Revision df20c2fc modules/PowerManagement_1-1/module.h

View differences:

modules/PowerManagement_1-1/module.h
444 444
  aosShellAddCommand(&aos.shell, &moduleUtAlldTps62113.shellcmd);             \
445 445
  aosShellAddCommand(&aos.shell, &moduleUtAlldTps62113Ina219.shellcmd);       \
446 446
  MODULE_INIT_TEST_SENSORRING();                                              \
447
  aosShellAddCommand(&aos.shell, &moduleUtAlldVcnl4020.shellcmd);             \
448 447
  aosShellAddCommand(&aos.shell, &moduleUtLldRtCan.shellcmd);                 \
449 448
}
450 449
#if (BOARD_SENSORRING == BOARD_PROXIMITYSENSOR) || defined(__DOXYGEN__)
......
595 594
#include <alld_led.h>
596 595
#include <alld_pklcs1212e4001.h>
597 596
#include <alld_tps62113.h>
598

  
599 597
/**
600 598
 * @brief   EEPROM driver.
601 599
 */
......
806 804
 * @brief   TPS62113 (step-sown converter) in combination with INA219 (power monitor) unit test object.
807 805
 */
808 806
extern aos_unittest_t moduleUtAlldTps62113Ina219;
807
/**
808
 * @brief RtCan Unit test Object
809
 */
810
extern aos_unittest_t moduleUtLldRtCan;
811

  
809 812

  
810 813
#if (BOARD_SENSORRING == BOARD_PROXIMITYSENSOR) || defined(__DOXYGEN__)
811 814

  
......
864 867

  
865 868
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L1X */
866 869

  
867
/**
868
 * @brief RtCan unit test object.
869
*/
870
extern aos_unittest_t moduleUtLldRtCan;
871 870

  
872 871
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */
873 872

  

Also available in: Unified diff