Skip to content

Commit 35260c1

Browse files
Add baud rate to main Serial.begin() (#170)
1 parent a1c9dfe commit 35260c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/rp2040/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extern "C" int main() {
6969

7070
#ifndef DISABLE_USB_SERIAL
7171
// Enable serial port for reset/upload always
72-
Serial.begin();
72+
Serial.begin(115200);
7373
#endif
7474
#endif
7575

0 commit comments

Comments
 (0)