From: Nathael Pajani Date: Thu, 7 Mar 2013 11:00:21 +0000 (+0100) Subject: Added comment X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=8dcebc088a595a1561a9e8d0e1d1797056262c68;p=soft%2Flpc122x%2Fcore Added comment --- 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;