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

develop
jack 3 years ago committed by GitHub
parent 45ffe42f1a
commit ffb34fc082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      platforms/avr/drivers/i2c_master.h

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

Loading…
Cancel
Save