We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6227d commit 7503b14Copy full SHA for 7503b14
1 file changed
extras/API-Demo/API-Demo.ino
@@ -54,8 +54,8 @@ void setup() {
54
digitalWrite(LED_BUILTIN, LOW);
55
#endif
56
57
- while (!XInputUSB::connected()) {} // wait for connection
58
XInputUSB::setRecvCallback(receiveCallback);
+ while (!XInputUSB::connected()) {} // wait for connection
59
}
60
61
void loop() {
0 commit comments