From 065a19fdc8c12d4de6e26ec983fb3d1fae6cbf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 26 Sep 2017 19:40:53 +0200 Subject: [PATCH] Remove redundant SLOT_I2C_* macros from slot.h because they're present in i2c_addresses.h --- right/src/slot.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/right/src/slot.h b/right/src/slot.h index 53f57c9..d4d462e 100644 --- a/right/src/slot.h +++ b/right/src/slot.h @@ -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