Changes in kernel/generic/src/main/shutdown.c [b2fa1204:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/shutdown.c
rb2fa1204 r9d58539 39 39 #include <func.h> 40 40 #include <print.h> 41 #include <log.h>42 41 43 42 void reboot(void) … … 46 45 47 46 #ifdef CONFIG_DEBUG 48 log(LF_OTHER, LVL_DEBUG, "Rebooting the system");47 printf("Rebooting the system\n"); 49 48 #endif 50 49
Note:
See TracChangeset
for help on using the changeset viewer.