mirror of https://github.com/noisymime/Arduino.git
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…
Reference in New Issue