* device/include/asm/pic16/features.h,
[fw/sdcc] / device / lib / pic16 / libio / usart / uopen.c
index 34810627c6017d02471794aa375411852ee35dfd..40dcbec20d04c53ee9c00ea92a5e6d1aa4cb03cd 100644 (file)
@@ -34,7 +34,7 @@
 // USART Status Structure
 extern union USART USART_Status;
 
-void usart_open(unsigned char config, unsigned int spbrg) wparam
+void usart_open(unsigned char config, unsigned int spbrg) __wparam
 {
   TXSTA = 0;           // Reset USART registers to POR state
   RCSTA = 0;