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