Skip to content

Commit a3be10c

Browse files
authored
Merge pull request #14541 from LDong-Arm/crash-reporting-baud
Increase baud rate of mbed-os-example-crash-reporting to 115200
2 parents dd1da3d + b5893be commit a3be10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"compile" : true,
351351
"export": true,
352352
"test" : true,
353-
"baud_rate": 9600,
353+
"baud_rate": 115200,
354354
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
355355
"auto-update" : true
356356
},

tools/test/examples/examples_cmake.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"compile" : true,
214214
"export": true,
215215
"test" : true,
216-
"baud_rate": 9600,
216+
"baud_rate": 115200,
217217
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
218218
"auto-update" : true
219219
},

0 commit comments

Comments
 (0)