* device/include/pic16/pic18f[24][3456]k20.h,
[fw/sdcc] / device / include / pic16 / pic18f86j55.h
1 /*
2  * pic18f86j55.h - device specific declarations
3  */
4
5 #ifndef __PIC18F86J55_H__
6 #define __PIC18F86J55_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              0x17FF8
19 #define __CONFIG1H              0x17FF9
20 #define __CONFIG2L              0x17FFA
21 #define __CONFIG2H              0x17FFB
22 #define __CONFIG3L              0x17FFC
23 #define __CONFIG3H              0x17FFD
24
25 #endif
26