소스 검색

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

Drashna Jaelre 4 년 전
부모
커밋
6b9a7e21e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);