* device/include/pic16/pic18f[24][3456]k20.h,
[fw/sdcc] / device / include / pic16 / pic18f86j50.h
1 /*
2  * pic18f86j50.h - device specific declarations
3  */
4
5 #ifndef __PIC18F86J50_H__
6 #define __PIC18F86J50_H__ 1
7
8 #include "pic18f87j50.h"
9
10 #undef __CONFIG1L
11 #undef __CONFIG1H
12 #undef __CONFIG2L
13 #undef __CONFIG2H
14 #undef __CONFIG3L
15 #undef __CONFIG3H
16
17 // Configuration Bits
18 #define __CONFIG1L              0xFFF8
19 #define __CONFIG1H              0xFFF9
20 #define __CONFIG2L              0xFFFA
21 #define __CONFIG2H              0xFFFB
22 #define __CONFIG3L              0xFFFC
23 #define __CONFIG3H              0xFFFD
24
25 #endif
26