X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fpic16%2Fpic18f4321.h;h=931878e3e9e9bee5d098e9854c7f1fea95ba21b5;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=4ab9264bce2da2a3c3739c67327080c8802555a9;hpb=392c1fa33992bd16e6d98895b70d19428686902f;p=fw%2Fsdcc diff --git a/device/include/pic16/pic18f4321.h b/device/include/pic16/pic18f4321.h index 4ab9264b..931878e3 100644 --- a/device/include/pic16/pic18f4321.h +++ b/device/include/pic16/pic18f4321.h @@ -14,17 +14,17 @@ // Configuration Bits -#define _CONFIG1H 0x300001 -#define _CONFIG2L 0x300002 -#define _CONFIG2H 0x300003 -#define _CONFIG3H 0x300005 -#define _CONFIG4L 0x300006 -#define _CONFIG5L 0x300008 -#define _CONFIG5H 0x300009 -#define _CONFIG6L 0x30000A -#define _CONFIG6H 0x30000B -#define _CONFIG7L 0x30000C -#define _CONFIG7H 0x30000D +#define __CONFIG1H 0x300001 +#define __CONFIG2L 0x300002 +#define __CONFIG2H 0x300003 +#define __CONFIG3H 0x300005 +#define __CONFIG4L 0x300006 +#define __CONFIG5L 0x300008 +#define __CONFIG5H 0x300009 +#define __CONFIG6L 0x30000A +#define __CONFIG6H 0x30000B +#define __CONFIG7L 0x30000C +#define __CONFIG7H 0x30000D // CONFIG1H Options #define _OSC_LP_1H 0xF0 // LP Oscillator @@ -1472,10 +1472,10 @@ typedef union { }; struct { unsigned : 1; - unsigned : 1; + unsigned INT0F : 1; unsigned T0IF : 1; unsigned : 1; - unsigned : 1; + unsigned INT0E : 1; unsigned T0IE : 1; unsigned GIEL : 1; unsigned GIEH : 1;