mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-02 08:12:55 +02:00
Remove carriage return \r for better debug.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -331,7 +331,7 @@ bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_requ
|
||||
if (request->bRequest == 0x22) {
|
||||
web_serial_connected = (request->wValue != 0);
|
||||
if (web_serial_connected) {
|
||||
printf("\r\nWebUSB interface connected\r\n");
|
||||
printf("\nWebUSB interface connected\n");
|
||||
}
|
||||
return tud_control_status(rhport, request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user