X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/d537298fdd7d39e4cb0e74e8e6d227245d638afe..05db94c84b6f7e4ee91fd67d6e1a8d97a2b97f2e:/project/commands/cmd_reset.c diff --git a/project/commands/cmd_reset.c b/project/commands/cmd_reset.c index aa665f0..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/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