This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
HuiJun
/
qmk_firmware
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Include stdint.h in avr/i2c_master.h (
#17639
)
jack
il y a 3 ans
Parent
45ffe42f1a
commit
ffb34fc082
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
platforms/avr/drivers/i2c_master.h
+ 2
- 0
platforms/avr/drivers/i2c_master.h
Voir le fichier
@@ -19,6 +19,8 @@
#pragma once
+#include <stdint.h>
+
#define I2C_READ 0x01
#define I2C_WRITE 0x00