diff options
-rw-r--r-- | drivers/avr/uart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/avr/uart.h b/drivers/avr/uart.h index d5ec563db..602eb3d8b 100644 --- a/drivers/avr/uart.h +++ b/drivers/avr/uart.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #pragma once | 24 | #pragma once |
25 | 25 | ||
26 | #include <stdint.h> | 26 | #include <stdint.h> |
27 | #include <stdbool.h> | ||
27 | 28 | ||
28 | void uart_init(uint32_t baud); | 29 | void uart_init(uint32_t baud); |
29 | 30 | ||