mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Some targets only return from getchar() on newline.
This commit is contained in:
parent
48d1d74f1c
commit
922bebc68a
@ -146,7 +146,7 @@ app_quit(void)
|
||||
if(file != -1) {
|
||||
cfs_close(file);
|
||||
}
|
||||
puts("Press any key to continue...");
|
||||
puts("Press <enter> to continue...");
|
||||
getchar();
|
||||
process_exit(&wget_process);
|
||||
LOADER_UNLOAD();
|
||||
|
Loading…
Reference in New Issue
Block a user