mirror of https://github.com/ARMmbed/mbed-os.git
Fix typo in NRF52 series README.md
UART configuration parameters mispelled.pull/7369/head
parent
fc087ab32c
commit
2d71866028
|
@ -108,15 +108,15 @@ All buffers can be resized to fit the application:
|
|||
```
|
||||
"name": "nordic",
|
||||
"config": {
|
||||
"uart-dma-size": {
|
||||
"uart_dma_size": {
|
||||
"help": "UART DMA buffer. 2 buffers per instance. DMA buffer is filled by UARTE",
|
||||
"value": 8
|
||||
},
|
||||
"uart-0-fifo-size": {
|
||||
"uart_0_fifo_size": {
|
||||
"help": "UART0 FIFO buffer. FIFO buffer is filled from DMA buffer.",
|
||||
"value": 32
|
||||
},
|
||||
"uart-1-fifo-size": {
|
||||
"uart_1_fifo_size": {
|
||||
"help": "UART1 FIFO buffer. FIFO buffer is filled from DMA buffer.",
|
||||
"value": 32
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue