diff options
Diffstat (limited to 'sw/tests')
| -rw-r--r-- | sw/tests/system/eeprom_systest.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sw/tests/system/eeprom_systest.c b/sw/tests/system/eeprom_systest.c deleted file mode 100644 index 9099345..0000000 --- a/sw/tests/system/eeprom_systest.c +++ /dev/null @@ -1,21 +0,0 @@ -#include <xc.h> - -#include <stdint.h> - -#include "types.h" -#include "init.h" -#include "spi.h" -#include "eeprom.h" -#include "config.h" - -void -main(void) { - clockInit(); - pinsInit(); - spiInit(); - eepromInit(); - - for (;;) { - - } -} |