Added feedback before rebooting

This commit is contained in:
Julian Oes
2013-03-22 10:36:23 -07:00
parent 6039582928
commit b1e2011fcc
+3
View File
@@ -47,6 +47,9 @@ __EXPORT int reboot_main(int argc, char *argv[]);
int reboot_main(int argc, char *argv[])
{
printf("Rebooting now...\n");
fflush(stdout);
usleep(5000);
up_systemreset();
}