Skip to content

Commit 2d71866

Browse files
author
Marcus Chang
committed
Fix typo in NRF52 series README.md
UART configuration parameters mispelled.
1 parent fc087ab commit 2d71866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ All buffers can be resized to fit the application:
108108
```
109109
"name": "nordic",
110110
"config": {
111-
"uart-dma-size": {
111+
"uart_dma_size": {
112112
"help": "UART DMA buffer. 2 buffers per instance. DMA buffer is filled by UARTE",
113113
"value": 8
114114
},
115-
"uart-0-fifo-size": {
115+
"uart_0_fifo_size": {
116116
"help": "UART0 FIFO buffer. FIFO buffer is filled from DMA buffer.",
117117
"value": 32
118118
},
119-
"uart-1-fifo-size": {
119+
"uart_1_fifo_size": {
120120
"help": "UART1 FIFO buffer. FIFO buffer is filled from DMA buffer.",
121121
"value": 32
122122
}

0 commit comments

Comments
 (0)