Skip to content

Commit d5e098d

Browse files
authored
fix: onReceiveExample.ino
Fixes typos
1 parent 9d787c2 commit d5e098d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/ESP32/examples/Serial/onReceiveExample/onReceiveExample.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void UART0_RX_CB() {
3232
}
3333
}
3434

35-
// setup() and loop()are callback functions executed by a low priority task
35+
// setup() and loop() are functions executed by a low priority task
3636
// Therefore, there are 2 tasks running when using onReceive()
3737
void setup() {
3838
// creates a mutex object to control access to uart_buffer

0 commit comments

Comments
 (0)