DM36X: First draft of archUsleep() timer.

This commit is contained in:
Kelvin Lawson
2013-10-18 02:07:59 +01:00
parent c8f46a8075
commit aba6c6f5fd

View File

@@ -52,7 +52,7 @@
/**
* Hardware timer functions (optional, not available on all ports)
*/
void archNanosleep (int32_t nanosecs);
void archUsleep (int32_t microsecs);
/**
*