Procházet zdrojové kódy

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

jack před 2 roky
rodič
revize
ffb34fc082
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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