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

View differences:

modules/PowerManagement_1-2/module.c
816 816
    chprintf(stream, "    Test the front battery charger.\n");
817 817
    chprintf(stream, "  --rear, -r\n");
818 818
    chprintf(stream, "    Test the rear battery charger.\n");
819
    return AOS_INVALID_ARGUMENTS;
819
    return AOS_INVALIDARGUMENTS;
820 820
  } else {
821 821
    return AOS_OK;
822 822
  }
......
860 860
  chprintf(stream, "    Test the front battery fuel gauge.\n");
861 861
  chprintf(stream, "  --rear, -r\n");
862 862
  chprintf(stream, "    Test the rear battery fuel gauge.\n");
863
  return AOS_INVALID_ARGUMENTS;
863
  return AOS_INVALIDARGUMENTS;
864 864
}
865 865
static ut_bq27500data_t _utAlldBq27500Data = {
866 866
  /* driver   */ NULL,
......
909 909
  chprintf(stream, "    Test the front battery fuel gauge and charger.\n");
910 910
  chprintf(stream, "  --rear, -r\n");
911 911
  chprintf(stream, "    Test the rear battery fuel gauge and charger.\n");
912
  return AOS_INVALID_ARGUMENTS;
912
  return AOS_INVALIDARGUMENTS;
913 913
}
914 914
static ut_bq27500bq241xxdata_t _utAlldBq27500Bq24103aData= {
915 915
  /* bq27500 driver   */ NULL,
......
989 989
  chprintf(stream, "    Test VSYS 4.2V power monitor.\n");
990 990
  chprintf(stream, "  VIO5.0\n");
991 991
  chprintf(stream, "    Test VIO 5.0V power monitor.\n");
992
  return AOS_INVALID_ARGUMENTS;
992
  return AOS_INVALIDARGUMENTS;
993 993
}
994 994
static ut_ina219data_t _utAlldIna219Data = {
995 995
  /* driver           */ NULL,
......
1165 1165
  chprintf(stream, "    Test the multiplexer on the I2C bus #1.\n");
1166 1166
  chprintf(stream, "  #2\n");
1167 1167
  chprintf(stream, "    Test the multiplexer on the I2C bus #2.\n");
1168
  return AOS_INVALID_ARGUMENTS;
1168
  return AOS_INVALIDARGUMENTS;
1169 1169
}
1170 1170
static ut_pca9544adata_t _utAlldPca9544aData = {
1171 1171
  /* driver   */ NULL,
......
1311 1311
  chprintf(stream, "    Test west-northwest sensor.\n");
1312 1312
  chprintf(stream, "  -nnw\n");
1313 1313
  chprintf(stream, "    Test north-northwest sensor.\n");
1314
  return AOS_INVALID_ARGUMENTS;
1314
  return AOS_INVALIDARGUMENTS;
1315 1315
}
1316 1316
static ut_vcnl4020data_t _utAlldVcnl4020Data = {
1317 1317
  /* driver       */ NULL,
......
1362 1362
  chprintf(stream, "    Test the GPIO extender on the I2C bus #1.\n");
1363 1363
  chprintf(stream, "  #2\n");
1364 1364
  chprintf(stream, "    Test the GPIO extender on the I2C bus #2.\n");
1365
  return AOS_INVALID_ARGUMENTS;
1365
  return AOS_INVALIDARGUMENTS;
1366 1366
}
1367 1367
static ut_pcal6524data_t _utAlldPcal6524Data = {
1368 1368
  /* driver   */ NULL,
......
1439 1439
  chprintf(stream, "    Test the GPIO extender on the I2C bus #1.\n");
1440 1440
  chprintf(stream, "  #2\n");
1441 1441
  chprintf(stream, "    Test the GPIO extender on the I2C bus #2.\n");
1442
  return AOS_INVALID_ARGUMENTS;
1442
  return AOS_INVALIDARGUMENTS;
1443 1443
}
1444 1444
static ut_pcal6524data_t _utAlldPcal6524Data = {
1445 1445
  /* driver   */ NULL,

Also available in: Unified diff