Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68c8f34

Browse filesBrowse files
committed
HardwareSerial: add changing baud rate info print
1 parent 59494e9 commit 68c8f34
Copy full SHA for 68c8f34

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎core/HardwareSerial.cpp

Copy file name to clipboardExpand all lines: core/HardwareSerial.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ void HardwareSerial::begin(uint32_t baud, uint8_t config)
277277
break;
278278
}
279279

280+
LOG_I("change serial baud rate to %d", baud);
280281
rt_device_control(this->uart_dev, RT_DEVICE_CTRL_CONFIG, &rt_config);
281282
}
282283

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.