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:
Anas Nashif 2021-12-14 18:54:36 -05:00
parent 018ccd6210
commit c5070dd06c

View File

@ -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.