We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fee39 commit 3bd2e17Copy full SHA for 3bd2e17
cores/arduino/main.cpp
@@ -41,7 +41,7 @@ int main(void)
41
42
#if defined(SERIAL_CDC)
43
PluggableUSBD().begin();
44
- SerialUSB.begin(115200);
+ _SerialUSB.begin(115200);
45
#endif
46
47
setup();
0 commit comments