mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +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) {
|
if(file != -1) {
|
||||||
cfs_close(file);
|
cfs_close(file);
|
||||||
}
|
}
|
||||||
|
puts("Press any key to continue...");
|
||||||
|
getchar();
|
||||||
process_exit(&wget_process);
|
process_exit(&wget_process);
|
||||||
LOADER_UNLOAD();
|
LOADER_UNLOAD();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user