Revision 2347b2ff modules/PowerManagement_1-2/module.h

View differences:

modules/PowerManagement_1-2/module.h
444 444
  aosShellAddCommand(&aos.shell, &moduleTestBq27500Bq241xxShellCmd);          \
445 445
  aosShellAddCommand(&aos.shell, &moduleTestIna219ShellCmd);                  \
446 446
  aosShellAddCommand(&aos.shell, &moduleTestLedShellCmd);                     \
447
  aosShellAddCommand(&aos.shell, &moduleTestPkxxxexxxShellCmd);               \
447
  aosShellAddCommand(&aos.shell, &moduleTestSwitchShellCmd);                  \
448 448
  aosShellAddCommand(&aos.shell, &moduleTestTps6211xShellCmd);                \
449 449
  aosShellAddCommand(&aos.shell, &moduleTestTps6211xIna219ShellCmd);          \
450 450
  MODULE_INIT_TEST_SENSORRING();                                              \
......
573 573
#include <alld_INA219.h>
574 574
#include <alld_LED.h>
575 575
#include <alld_PKxxxExxx.h>
576
#include <alld_switch.h>
576 577
#include <alld_TPS6211x.h>
577 578

  
578 579
/**
......
631 632
extern LEDDriver moduleLldStatusLed;
632 633

  
633 634
/**
635
 * @brief   Battery switch driver.
636
 */
637
extern SwitchDriver moduleLldBatterySwitch;
638

  
639
/**
634 640
 * @brief   Step down converter driver.
635 641
 * @note    Although there multiple TPS6211x, those are completely identical from driver few (share the same signals).
636 642
 */
......
764 770
extern aos_shellcommand_t moduleTestPkxxxexxxShellCmd;
765 771

  
766 772
/**
773
 * @brief   Switch test command.
774
 */
775
extern aos_shellcommand_t moduleTestSwitchShellCmd;
776

  
777
/**
767 778
 * @brief   TPS62113 (step-down converter) test command.
768 779
 */
769 780
extern aos_shellcommand_t moduleTestTps6211xShellCmd;

Also available in: Unified diff