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