[ion] Clean ion_sleep

Change-Id: Ib71e7e535ecd2ee572d09f2e64f2cba9368c614f
This commit is contained in:
Romain Goyet
2016-08-18 16:24:50 +02:00
parent 809fdfdfab
commit 2eeec9e929
7 changed files with 39 additions and 45 deletions

View File

@@ -27,6 +27,6 @@ void ion_app() {
}
print("ALL TESTS FINISHED");
while (1) {
ion_sleep();
ion_sleep(1000);
}
}