remove s command from shell, add if typing disable mcusleep

This commit is contained in:
Harald Pichler 2017-09-19 11:35:45 +02:00
parent 927c0b8eac
commit 25d38eba2c
3 changed files with 22 additions and 17 deletions

View file

@ -255,6 +255,6 @@ shell_merkur_init(void)
shell_register_command(&panid_command);
shell_register_command(&macconf_command);
shell_register_command(&saverfparam_command);
shell_register_command(&s_command);
// shell_register_command(&s_command);
}
/*---------------------------------------------------------------------------*/