From aba6c6f5fdab9fe5cdcb9dad0db1c55237093ff6 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Fri, 18 Oct 2013 02:07:59 +0100 Subject: [PATCH] DM36X: First draft of archUsleep() timer. --- ports/arm/atomport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/arm/atomport.h b/ports/arm/atomport.h index ee33428..c6d43b7 100644 --- a/ports/arm/atomport.h +++ b/ports/arm/atomport.h @@ -52,7 +52,7 @@ /** * Hardware timer functions (optional, not available on all ports) */ -void archNanosleep (int32_t nanosecs); +void archUsleep (int32_t microsecs); /** *