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