Skip to content

Commit

Permalink
forgot to move second part in shell_commands.c
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-k committed Sep 29, 2015
1 parent a2cf682 commit 4958eb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/shell/commands/shell_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ const shell_command_t _shell_command_list[] = {
{"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
#ifdef MODULE_MCI
{DISK_READ_SECTOR_CMD, "Reads the specified sector of inserted memory card", _read_sector},
{DISK_READ_BYTES_CMD, "Reads the specified bytes from inserted memory card", _read_bytes},
Expand Down Expand Up @@ -201,9 +204,6 @@ const shell_command_t _shell_command_list[] = {
#endif
#ifdef MODULE_GNRC_RPL
{"rpl", "rpl configuration tool [help|init|rm|root|show]", _gnrc_rpl },
#endif
#ifdef MODULE_AT30TSE75X
{"at30tse75x", "Test AT30TSE75X temperature sensor", _at30tse75x_handler},
#endif
{NULL, NULL, NULL}
};

0 comments on commit 4958eb6

Please sign in to comment.