* device/include/pic16/usart.h: added compatibility defines for
[fw/sdcc] / device / include / pic16 / pic18f6520.h
index 7888498e778c60852d0e3599fea421f29cdb9d01..2d87a28859c1b5e959d69ded6000656fc791c823 100644 (file)
@@ -1391,4 +1391,7 @@ extern __sfr __at 0xfff TOSU;
 #define __IDLOC7       0x200007
 
 
+/* added for USART compatibility with smaller devices */
+#define __MULTIPLE_USARTS 1
+
 #endif