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); /** *