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