Made Serial and I2C not include the Other
This saves 192 bytes
This commit is contained in:
parent
f956802f29
commit
6631abc1cb
6 changed files with 36 additions and 14 deletions
|
@ -41,6 +41,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
// #define USE_I2C
|
||||
|
||||
// Use serial if not using I2C
|
||||
#ifndef USE_I2C
|
||||
# define USE_SERIAL
|
||||
#endif
|
||||
|
||||
// #define EE_HANDS
|
||||
|
||||
#define I2C_MASTER_LEFT
|
||||
|
@ -94,4 +99,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
//#define NO_ACTION_MACRO
|
||||
//#define NO_ACTION_FUNCTION
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue