mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Support receiving a USB CDC SEND_BREAK
This commit is contained in:
parent
2007b623c9
commit
86e34b9940
@ -141,6 +141,11 @@ bool WEAK CDC_Setup(USBSetup& setup)
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
if (CDC_SEND_BREAK == r)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user