浏览代码

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);