Skip to content

Commit 4478d92

Browse files
author
Juhani Puurula
committed
Fixed test-config name following change in mbed OS PR
1 parent 8a9f1f8 commit 4478d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/connectivity/MeshInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following steps describe how you can create a new RF driver:
6868

6969
1. Verify the functionality of your implementation by running the Nanostack RF driver testcase set in the Mbed OS repository:
7070

71-
`mbed test --clean --icetea -t <toolchain> -m <platform> --test-config MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan`
71+
`mbed test --clean --icetea -t <toolchain> -m <platform> --test-config NANOSTACK_MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan`
7272

7373
### Worker thread for Mbed OS
7474

0 commit comments

Comments
 (0)