From: Kevin Townsend Date: Sat, 24 Mar 2012 23:44:21 +0000 (+0100) Subject: Removed EEPROM define (bug) X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/commitdiff_plain/277c38b5c941330bcba626fd3c22dfba0e0e0be4?hp=8a8270d96b06be7c6aec0d99b080c6607b00450e Removed EEPROM define (bug) --- diff --git a/project/commands/cmd_reset.c b/project/commands/cmd_reset.c index 34a223a..16b28e5 100644 --- a/project/commands/cmd_reset.c +++ b/project/commands/cmd_reset.c @@ -43,10 +43,6 @@ #include "core/cpu/cpu.h" #include "project/commands.h" // Generic helper functions -#ifdef CFG_I2CEEPROM - #include "drivers/storage/eeprom/eeprom.h" - #include "core/uart/uart.h" - /**************************************************************************/ /*! Resets the board using the AIRCR register @@ -56,5 +52,3 @@ void cmd_reset(uint8_t argc, char **argv) { cpuReset(); } - -#endif