mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 22:20:24 +00:00
Merged in david_s5/nuttx (pull request #89)
stm32_serial.c edited online with Bitbucket
This commit is contained in:
commit
75e2f37dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue