Added comment
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 7 Mar 2013 11:00:21 +0000 (12:00 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:03 +0000 (17:03 +0100)
include/core/system.h

index 4daba17..3abfb1d 100644 (file)
@@ -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;