1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell
cladmi ebd438cb58
sys/shell: select sc_rtc on USEMODULE
sc_rtc.c should only be compiled if periph_rtc module is actually used.

In practice there was not linking error when PERIPH_OPTIONAL|_REQUIRED
was not set as shell_commands hides calling the functions with
'#ifdef MODULE_PERIPH_RTC'.
2018-11-19 16:00:43 +01:00
..
commands sys/shell: select sc_rtc on USEMODULE 2018-11-19 16:00:43 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell.c Do not try to continue reading shell commands if input source is closed 2018-10-30 19:06:42 +01:00