From 1ae63dfbd850ae694a1a3aa4eca7de93cf3f515a Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sat, 14 May 2022 07:48:55 -0400 Subject: [PATCH] stm32f4: include sched.h Signed-off-by: Eric Callahan --- src/stm32/stm32f4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm32/stm32f4.c b/src/stm32/stm32f4.c index 0a0da35..ad720df 100644 --- a/src/stm32/stm32f4.c +++ b/src/stm32/stm32f4.c @@ -9,7 +9,7 @@ #include "board/irq.h" // irq_disable #include "board/usb_cdc.h" // usb_request_bootloader #include "internal.h" // enable_pclock -#include "canboot_main.h" // sched_main +#include "sched.h" // sched_main /****************************************************************