Explorar el Código

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

Drashna Jaelre hace 4 años
padre
commit
6b9a7e21e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);