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 0378d35 commit a042e5aCopy full SHA for a042e5a
PS3BT.cpp
@@ -201,7 +201,7 @@ void PS3BT::printStatusString() {
201
} else
202
strcpy_P(statusOutput, PSTR("Error"));
203
204
- USB_HOST_SERIAL.write((uint8_t*)statusOutput, strlen(statusOutput));
+ USB_HOST_SERIAL.write(statusOutput);
205
}
206
207
void PS3BT::Reset() {
PS3USB.cpp
@@ -392,7 +392,7 @@ void PS3USB::printStatusString() {
392
393
394
395
396
397
398
/* Playstation Sixaxis Dualshock and Navigation Controller commands */
0 commit comments