diff options
Diffstat (limited to 'drivers/avr')
-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 d5ec563db2..602eb3d8b0 100644 --- a/drivers/avr/uart.h +++ b/drivers/avr/uart.h @@ -24,6 +24,7 @@ #pragma once #include <stdint.h> +#include <stdbool.h> void uart_init(uint32_t baud); |