X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/7aeb2288ae07778b92b3c9224cbc149cb08282a8..b7864004487e7cc6129c3775dd66f8ad9a07528f:/project/commands/cmd_reset.c 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