* device/include/pic16/pic18f[24][3456]k20.h,
[fw/sdcc] / device / include / pic16 / pic18f86j50.h
diff --git a/device/include/pic16/pic18f86j50.h b/device/include/pic16/pic18f86j50.h
new file mode 100644 (file)
index 0000000..55b61a5
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * pic18f86j50.h - device specific declarations
+ */
+
+#ifndef __PIC18F86J50_H__
+#define __PIC18F86J50_H__ 1
+
+#include "pic18f87j50.h"
+
+#undef __CONFIG1L
+#undef __CONFIG1H
+#undef __CONFIG2L
+#undef __CONFIG2H
+#undef __CONFIG3L
+#undef __CONFIG3H
+
+// Configuration Bits
+#define        __CONFIG1L              0xFFF8
+#define        __CONFIG1H              0xFFF9
+#define        __CONFIG2L              0xFFFA
+#define        __CONFIG2H              0xFFFB
+#define        __CONFIG3L              0xFFFC
+#define        __CONFIG3H              0xFFFD
+
+#endif
+