mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/shell: Removed fragments of old driver
The shell handlers of the old, depreciated and removed LTC4150 driver are still in place. This commit removes them
This commit is contained in:
parent
579925b81d
commit
d180339e5a
@ -44,11 +44,6 @@ extern int _get_weather_handler(int argc, char **argv);
|
||||
extern int _sht_config_handler(int argc, char **argv);
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_LTC4150
|
||||
extern int _get_current_handler(int argc, char **argv);
|
||||
extern int _reset_current_handler(int argc, char **argv);
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_AT30TSE75X
|
||||
extern int _at30tse75x_handler(int argc, char **argv);
|
||||
#endif
|
||||
@ -163,10 +158,6 @@ const shell_command_t _shell_command_list[] = {
|
||||
{"weather", "Prints measured humidity and temperature.", _get_weather_handler},
|
||||
{"sht-config", "Get/set SHT10/11/15 sensor configuration.", _sht_config_handler},
|
||||
#endif
|
||||
#ifdef MODULE_LTC4150
|
||||
{"cur", "Prints current and average power consumption.", _get_current_handler},
|
||||
{"rstcur", "Resets coulomb counter.", _reset_current_handler},
|
||||
#endif
|
||||
#ifdef MODULE_AT30TSE75X
|
||||
{"at30tse75x", "Test AT30TSE75X temperature sensor", _at30tse75x_handler},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user