aboutsummaryrefslogtreecommitdiffstats
path: root/fw/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/sys.h')
-rw-r--r--fw/sys.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fw/sys.h b/fw/sys.h
deleted file mode 100644
index 8a71edb..0000000
--- a/fw/sys.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Device: PIC16F1459
- * Compiler: XC8 v3.00
- */
-
-// TRIS
-enum {
- OUT = 0,
- IN = 1,
-};