Revision 8cbe3240 modules/PowerManagement_1-2/module.h

View differences:

modules/PowerManagement_1-2/module.h
444 444
  aosShellAddCommand(&aos.shell, &moduleUtAlldBq27500.shellcmd);              \
445 445
  aosShellAddCommand(&aos.shell, &moduleUtAlldBq27500Bq24103a.shellcmd);      \
446 446
  aosShellAddCommand(&aos.shell, &moduleUtAlldIna219.shellcmd);               \
447
  aosShellAddCommand(&aos.shell, &moduleUtAlldP9221r.shellcmd);               \
448 447
  aosShellAddCommand(&aos.shell, &moduleUtAlldPklcs1212e4001.shellcmd);       \
449 448
  aosShellAddCommand(&aos.shell, &moduleUtAlldLed.shellcmd);                  \
450 449
  aosShellAddCommand(&aos.shell, &moduleUtAlldTps62113.shellcmd);             \
......
596 595
#include <alld_bq241xx.h>
597 596
#include <alld_bq27500.h>
598 597
#include <alld_INA219.h>
599
#include <alld_P9221R.h>
600 598
#include <alld_LED.h>
601 599
#include <alld_PKxxxExxx.h>
602 600
#include <alld_TPS6211x.h>
......
754 752
#include <ut_alld_bq27500_v1.h>
755 753
#include <ut_alld_bq27500_v1_bq241xx_v1.h>
756 754
#include <ut_alld_INA219_v1.h>
757
#include <ut_alld_P9221R_v1.h>
758 755
#include <ut_alld_LED_v1.h>
759 756
#include <ut_alld_PKxxxExxx_v1.h>
760 757
#include <ut_alld_TPS6211x_v1.h>
......
791 788
extern aos_unittest_t moduleUtAlldIna219;
792 789

  
793 790
/**
794
 * @brief   P9221R (qi charger) unit test object.
795
 */
796
extern aos_unittest_t moduleUtAlldP9221r;
797

  
798
/**
799 791
 * @brief   Status LED unit test object.
800 792
 */
801 793
extern aos_unittest_t moduleUtAlldLed;

Also available in: Unified diff