stm32_serial.c edited online with Bitbucket

This commit is contained in:
David Sidrane 2016-07-08 01:56:37 +00:00
parent d88bbaa185
commit 06036a5841

View File

@ -290,7 +290,7 @@ struct up_dev_s
bool rxenable; /* DMA-based reception en/disable */
uint16_t rxdmain; /* Next byte in the DMA where hardware will write */
uint16_t rxdmaout; /* Next byte in the DMA buffer to be read */
VAR char * const rxfifo; /* Receive DMA buffer */
char *const rxfifo; /* Receive DMA buffer */
#endif
#ifdef HAVE_RS485