mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 03:30:31 +00:00
Allow user to read the result of wget.
Several retro targets clear the screen after program termination so allow user to read the result.
This commit is contained in:
parent
1af5110946
commit
ea4fac679f
@ -142,6 +142,8 @@ app_quit(void)
|
||||
if(file != -1) {
|
||||
cfs_close(file);
|
||||
}
|
||||
puts("Press any key to continue...");
|
||||
getchar();
|
||||
process_exit(&wget_process);
|
||||
LOADER_UNLOAD();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user