mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Merged in david_s5/stm32_serialc-edited-online-with-bitbuck-1467942953294 (pull request #1)
stm32_serial.c edited online with Bitbucket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user