* device/include/pic16/pic18f[24][3456]k20.h,
[fw/sdcc] / device / include / pic16 / pic18f85j50.h
diff --git a/device/include/pic16/pic18f85j50.h b/device/include/pic16/pic18f85j50.h
new file mode 100644 (file)
index 0000000..a3ff791
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * pic18f85j50.h - device specific declarations
+ */
+
+#ifndef __PIC18F85J50_H__
+#define __PIC18F85J50_H__ 1
+
+#include "pic18f87j50.h"
+
+#undef __CONFIG1L
+#undef __CONFIG1H
+#undef __CONFIG2L
+#undef __CONFIG2H
+#undef __CONFIG3L
+#undef __CONFIG3H
+
+// Configuration Bits
+#define        __CONFIG1L              0x7FF8
+#define        __CONFIG1H              0x7FF9
+#define        __CONFIG2L              0x7FFA
+#define        __CONFIG2H              0x7FFB
+#define        __CONFIG3L              0x7FFC
+#define        __CONFIG3H              0x7FFD
+
+#endif
+