aboutsummaryrefslogtreecommitdiff
path: root/src/kern/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/log.c')
-rw-r--r--src/kern/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/log.c b/src/kern/log.c
index e6bbec6..3eb61a1 100644
--- a/src/kern/log.c
+++ b/src/kern/log.c
@@ -3,9 +3,9 @@
#include "arch/stm32l4xxx/peripherals/clock.h"
#include "arch/stm32l4xxx/peripherals/usart.h"
#include "kern/common.h"
+#include "kern/delay.h"
#include "kern/gpio/gpio_manager.h"
#include "kern/init.h"
-#include "kern/delay.h"
void setup_usart2(uint32_t baud_rate);