* device/include/pic16/adc.h,
[fw/sdcc] / device / lib / pic16 / libdev / pic18f8720.c
index 371bb5d459f07fc3011be5d5cc56db0d125759ae..9637f2343183453458ed502a8dc10803f90a7eca 100644 (file)
@@ -293,3 +293,13 @@ __sfr __at (0xffe) TOSH;
 __sfr __at (0xfff) TOSU;
 
 
+/* for compatibility reasons */
+__sfr __at (0xfab) RCSTA;
+volatile __RCSTA1bits_t __at (0xfab) RCSTAbits;
+
+__sfr __at (0xfac) TXSTA;
+volatile __TXSTA1bits_t __at (0xfac) TXSTAbits;
+
+__sfr __at (0xfad) TXREG;
+__sfr __at (0xfae) RCREG;
+__sfr __at (0xfaf) SPBRG;