Selaa lähdekoodia

Include stdbool.h in uart.h (#11728)

Drashna Jaelre 4 vuotta sitten
vanhempi
commit
6b9a7e21e9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      drivers/avr/uart.h

+ 1 - 0
drivers/avr/uart.h

@@ -24,6 +24,7 @@
 #pragma once
 
 #include <stdint.h>
+#include <stdbool.h>
 
 void uart_init(uint32_t baud);