#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
{
cpuReset();
}
-
-#endif