We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d787c2 commit d5e098dCopy full SHA for d5e098d
libraries/ESP32/examples/Serial/onReceiveExample/onReceiveExample.ino
@@ -32,7 +32,7 @@ void UART0_RX_CB() {
32
}
33
34
35
-// setup() and loop()are callback functions executed by a low priority task
+// setup() and loop() are functions executed by a low priority task
36
// Therefore, there are 2 tasks running when using onReceive()
37
void setup() {
38
// creates a mutex object to control access to uart_buffer
0 commit comments