aboutsummaryrefslogtreecommitdiffstats
path: root/sw/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sw/types.h')
-rw-r--r--sw/types.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/types.h b/sw/types.h
deleted file mode 100644
index 22a651e..0000000
--- a/sw/types.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Device: PIC16F1459
- * Compiler: XC8 v3.00
- *
- * Usage:
- *
- * #include <stdint.h>
- * #include "types.h"
- */
-
-typedef uint8_t U8;
-
-typedef struct {
- U8 lo, hi;
-} U16;
-
-void incU16(U16 *x);