This website works better with JavaScript
Home
Explore
Help
Register
Sign In
HuiJun
/
qmk_firmware
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Include stdint.h in avr/i2c_master.h (
#17639
)
jack
2 years ago
parent
45ffe42f1a
commit
ffb34fc082
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
platforms/avr/drivers/i2c_master.h
+ 2
- 0
platforms/avr/drivers/i2c_master.h
View File
@@ -19,6 +19,8 @@
#pragma once
+#include <stdint.h>
+
#define I2C_READ 0x01
#define I2C_WRITE 0x00