summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.h b/time.h
index 66d8e63..f43d8a6 100644
--- a/time.h
+++ b/time.h
@@ -17,7 +17,7 @@ class Time {
STK.CTRL = 0x03;
}
- static void sleep(uint32_t ms) {
+ inline static void sleep(uint32_t ms) {
ms += systime;
while(systime < ms) {
Thread::yield();