diff options
Diffstat (limited to 'stm/printf.c')
-rw-r--r-- | stm/printf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/printf.c b/stm/printf.c index 8a59f8a98..bd8bb2d25 100644 --- a/stm/printf.c +++ b/stm/printf.c @@ -2,6 +2,9 @@ #include <stdarg.h> #include "std.h" #include "misc.h" +#include "systick.h" +#include "mpconfig.h" +#include "obj.h" #include "lcd.h" #include "usart.h" #include "usb.h" |