Fix the bug in compilation in the style fix run.
This commit is contained in:
@@ -42,7 +42,7 @@ void sys_tick_handler(void)
|
|||||||
static void msleep(uint32_t delay)
|
static void msleep(uint32_t delay)
|
||||||
{
|
{
|
||||||
uint32_t wake = system_millis + delay;
|
uint32_t wake = system_millis + delay;
|
||||||
while (wake > system_millis;
|
while (wake > system_millis);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set up a timer to create 1mS ticks. */
|
/* Set up a timer to create 1mS ticks. */
|
||||||
|
|||||||
Reference in New Issue
Block a user