Revision 916f8d28 modules/PowerManagement_1-1/module.c

View differences:

modules/PowerManagement_1-1/module.c
800 800
    chprintf(stream, "    Test the front battery charger.\n");
801 801
    chprintf(stream, "  --rear, -r\n");
802 802
    chprintf(stream, "    Test the rear battery charger.\n");
803
    return AOS_INVALID_ARGUMENTS;
803
    return AOS_INVALIDARGUMENTS;
804 804
  } else {
805 805
    return AOS_OK;
806 806
  }
......
844 844
  chprintf(stream, "    Test the front battery fuel gauge.\n");
845 845
  chprintf(stream, "  --rear, -r\n");
846 846
  chprintf(stream, "    Test the rear battery fuel gauge.\n");
847
  return AOS_INVALID_ARGUMENTS;
847
  return AOS_INVALIDARGUMENTS;
848 848
}
849 849
static ut_bq27500data_t _utAlldBq27500Data = {
850 850
  /* driver   */ NULL,
......
893 893
  chprintf(stream, "    Test the front battery fuel gauge and charger.\n");
894 894
  chprintf(stream, "  --rear, -r\n");
895 895
  chprintf(stream, "    Test the rear battery fuel gauge and charger.\n");
896
  return AOS_INVALID_ARGUMENTS;
896
  return AOS_INVALIDARGUMENTS;
897 897
}
898 898
static ut_bq27500bq241xxdata_t _utAlldBq27500Bq24103aData= {
899 899
  /* bq27500 driver   */ NULL,
......
973 973
  chprintf(stream, "    Test VSYS 4.2V power monitor.\n");
974 974
  chprintf(stream, "  VIO5.0\n");
975 975
  chprintf(stream, "    Test VIO 5.0V power monitor.\n");
976
  return AOS_INVALID_ARGUMENTS;
976
  return AOS_INVALIDARGUMENTS;
977 977
}
978 978
static ut_ina219data_t _utAlldIna219Data = {
979 979
  /* driver           */ NULL,
......
1149 1149
  chprintf(stream, "    Test the multiplexer on the I2C bus #1.\n");
1150 1150
  chprintf(stream, "  #2\n");
1151 1151
  chprintf(stream, "    Test the multiplexer on the I2C bus #2.\n");
1152
  return AOS_INVALID_ARGUMENTS;
1152
  return AOS_INVALIDARGUMENTS;
1153 1153
}
1154 1154
static ut_pca9544adata_t _utAlldPca9544aData = {
1155 1155
  /* driver   */ NULL,
......
1295 1295
  chprintf(stream, "    Test west-northwest sensor.\n");
1296 1296
  chprintf(stream, "  -nnw\n");
1297 1297
  chprintf(stream, "    Test north-northwest sensor.\n");
1298
  return AOS_INVALID_ARGUMENTS;
1298
  return AOS_INVALIDARGUMENTS;
1299 1299
}
1300 1300
static ut_vcnl4020data_t _utAlldVcnl4020Data = {
1301 1301
  /* driver       */ NULL,
......
1346 1346
  chprintf(stream, "    Test the GPIO extender on the I2C bus #1.\n");
1347 1347
  chprintf(stream, "  #2\n");
1348 1348
  chprintf(stream, "    Test the GPIO extender on the I2C bus #2.\n");
1349
  return AOS_INVALID_ARGUMENTS;
1349
  return AOS_INVALIDARGUMENTS;
1350 1350
}
1351 1351
static ut_pcal6524data_t _utAlldPcal6524Data = {
1352 1352
  /* driver   */ NULL,
......
1423 1423
  chprintf(stream, "    Test the GPIO extender on the I2C bus #1.\n");
1424 1424
  chprintf(stream, "  #2\n");
1425 1425
  chprintf(stream, "    Test the GPIO extender on the I2C bus #2.\n");
1426
  return AOS_INVALID_ARGUMENTS;
1426
  return AOS_INVALIDARGUMENTS;
1427 1427
}
1428 1428
static ut_pcal6524data_t _utAlldPcal6524Data = {
1429 1429
  /* driver   */ NULL,

Also available in: Unified diff