mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 07:07:46 +00:00
[docs] fix typo fortkey (#5356)
This commit is contained in:
@@ -67,7 +67,7 @@ const char *otSysGetRadioUrlHelpString(void)
|
||||
|
||||
#define OT_RADIO_URL_HELP_BUS \
|
||||
" spinel+hdlc+uart://${PATH_TO_UART_DEVICE}?${Parameters} for real uart device\n" \
|
||||
" spinel+hdlc+fortpty://${PATH_TO_UART_DEVICE}?${Parameters} for forking a pty subprocess.\n" \
|
||||
" spinel+hdlc+forkpty://${PATH_TO_UART_DEVICE}?${Parameters} for forking a pty subprocess.\n" \
|
||||
"Parameters:\n" \
|
||||
" uart-parity[=even|odd] Uart parity config, optional.\n" \
|
||||
" uart-stop[=number-of-bits] Uart stop bit, default is 1.\n" \
|
||||
|
||||
Reference in New Issue
Block a user