aboutsummaryrefslogtreecommitdiffstats
path: root/sw/tests/system
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-08-16 14:59:36 -0230
committerSam Anthony <sam@samanthony.xyz>2025-08-16 14:59:36 -0230
commitee61ef56f775e44fd0b857a960102148910e6dce (patch)
tree9063a6a74af17d9a0ef45392dc28eaf770a22d69 /sw/tests/system
parent478a91bd82e27d8d6b2e597fd659e484ca6b205a (diff)
downloadcan-gauge-interface-ee61ef56f775e44fd0b857a960102148910e6dce.zip
usbcom: modified libusb example
Diffstat (limited to 'sw/tests/system')
-rw-r--r--sw/tests/system/eeprom_systest.c21
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 (;;) {
-
- }
-}