Comments and typo
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 17 Apr 2014 21:57:12 +0000 (23:57 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
core/system.c

index d2c2872..1768a66 100644 (file)
@@ -278,6 +278,8 @@ void clkout_off(void)
 }
 
 
+/***************************************************************************** */
+/*                    Default sleep function                                   */
 /***************************************************************************** */
 /* Note that if the systick core functions are used these will be overridden */
 
@@ -302,5 +304,5 @@ static inline void def_usleep(uint32_t us)
 }
 
 void msleep(uint32_t ms) __attribute__ ((weak, alias ("def_msleep")));
-void usleep(uint32_t ms) __attribute__ ((weak, alias ("def_usleep")));
+void usleep(uint32_t us) __attribute__ ((weak, alias ("def_usleep")));