We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fdbaf commit b835226Copy full SHA for b835226
idf_component_examples/hw_cdc_hello_world/main/main.cpp
@@ -1,7 +1,7 @@
1
#include <Arduino.h>
2
3
void setup() {
4
- // USB CDC doens't need a baud rate
+ // USB CDC doesn't need a baud rate
5
Serial.begin();
6
7
// wait for the Serial Monitor to be open
0 commit comments