Skip to content

Commit b835226

Browse files
authored
fix(hw_cdc): fixed a commentary typo
Fixed commantary typo
1 parent a6fdbaf commit b835226

File tree

1 file changed

+1
-1
lines changed
  • idf_component_examples/hw_cdc_hello_world/main

1 file changed

+1
-1
lines changed

Diff for: idf_component_examples/hw_cdc_hello_world/main/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <Arduino.h>
22

33
void setup() {
4-
// USB CDC doens't need a baud rate
4+
// USB CDC doesn't need a baud rate
55
Serial.begin();
66

77
// wait for the Serial Monitor to be open

0 commit comments

Comments
 (0)