This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
HuiJun
/
qmk_firmware
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Include stdint.h in avr/i2c_master.h (
#17639
)
jack
%!s(int64=2) %!d(string=hai) anos
pai
45ffe42f1a
achega
ffb34fc082
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
platforms/avr/drivers/i2c_master.h
+ 2
- 0
platforms/avr/drivers/i2c_master.h
Ver ficheiro
@@ -19,6 +19,8 @@
#pragma once
+#include <stdint.h>
+
#define I2C_READ 0x01
#define I2C_WRITE 0x00