Remove redundant SLOT_I2C_* macros from slot.h because they're present in i2c_addresses.h

This commit is contained in:
László Monda
2017-09-26 19:40:53 +02:00
parent 3bd943aa85
commit 065a19fdc8

View File

@@ -17,14 +17,6 @@
#define SLOT_ID_LEFT_MODULE 2
#define SLOT_ID_RIGHT_MODULE 3
// The 7-bit I2C addresses below 0x08 are reserved.
#define SLOT_I2C_ADDRESS_LEFT_KEYBOARD_HALF 0x08
#define SLOT_I2C_ADDRESS_LEFT_MODULE 0x09
#define SLOT_I2C_ADDRESS_RIGHT_MODULE 0x0A
#define SLOT_I2C_ADDRESS_MIN 0x08
#define SLOT_I2C_ADDRESS_MAX 0x0A
#define SLOT_COUNT 4
#endif