浏览代码

Include stdint.h in avr/i2c_master.h (#17639)

jack 2 年之前
父节点
当前提交
ffb34fc082
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      platforms/avr/drivers/i2c_master.h

+ 2 - 0
platforms/avr/drivers/i2c_master.h

@@ -19,6 +19,8 @@
 
 #pragma once
 
+#include <stdint.h>
+
 #define I2C_READ 0x01
 #define I2C_WRITE 0x00