twister: fix documentation of baud setting
Baud setting in the hardware map should not be enclosed by quotes. Fixes #40450 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
018ccd6210
commit
c5070dd06c
@ -561,14 +561,14 @@ this example we are using a reel_board and an nrf52840dk_nrf52840::
|
||||
product: DAPLink CMSIS-DAP
|
||||
runner: pyocd
|
||||
serial: /dev/cu.usbmodem146114202
|
||||
baud: '9600'
|
||||
baud: 9600
|
||||
- connected: true
|
||||
id: 000683759358
|
||||
platform: nrf52840dk_nrf52840
|
||||
product: J-Link
|
||||
runner: nrfjprog
|
||||
serial: /dev/cu.usbmodem0006837593581
|
||||
baud: '9600'
|
||||
baud: 9600
|
||||
|
||||
The baud entry is only needed if not running at 115200.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user