diff options
Diffstat (limited to 'keyboards/dc01/left/i2c.h')
-rw-r--r-- | keyboards/dc01/left/i2c.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/dc01/left/i2c.h b/keyboards/dc01/left/i2c.h index 25e876658..0d93e4eca 100644 --- a/keyboards/dc01/left/i2c.h +++ b/keyboards/dc01/left/i2c.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef I2C_H | 1 | #pragma once |
2 | #define I2C_H | ||
3 | 2 | ||
4 | #include <stdint.h> | 3 | #include <stdint.h> |
5 | 4 | ||
@@ -27,5 +26,3 @@ uint8_t i2c_master_write(uint8_t data); | |||
27 | uint8_t i2c_master_read(int); | 26 | uint8_t i2c_master_read(int); |
28 | void i2c_reset_state(void); | 27 | void i2c_reset_state(void); |
29 | void i2c_slave_init(uint8_t address); | 28 | void i2c_slave_init(uint8_t address); |
30 | |||
31 | #endif | ||