[ion] Add Ion::usleep

Change-Id: Ife70133410e55c3f0af9a838543042a3da618119
This commit is contained in:
Romain Goyet
2017-01-05 10:04:43 +01:00
parent 7252e3c1f4
commit 9b2fecfb12
3 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ void ion_app();
namespace Ion {
void msleep(long ms);
void usleep(long us);
/* CAUTION: This is a complete reset! */
void reset();