From 8dcebc088a595a1561a9e8d0e1d1797056262c68 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 7 Mar 2013 12:00:21 +0100 Subject: [PATCH] Added comment --- include/core/system.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/core/system.h b/include/core/system.h index 4daba17..3abfb1d 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -96,6 +96,9 @@ void clkout_on(uint32_t src, uint32_t div); void clkout_off(void); +/* This "sleep" is a simple wait routine but has no relation to + * time in any way, it is highly dependent to CPU clock speed + */ static inline void msleep(uint32_t ms) { volatile uint32_t dec = ms * 1000; -- 2.43.0