mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).
This commit is contained in:
@@ -115,7 +115,6 @@ void EVENT_USB_Device_ConfigurationChanged(void)
|
||||
|
||||
void EVENT_USB_Device_UnhandledControlRequest(void)
|
||||
{
|
||||
/* Process UFI specific control requests */
|
||||
switch (USB_ControlRequest.bRequest)
|
||||
{
|
||||
case REQ_GetOSFeatureDescriptor:
|
||||
|
||||
Reference in New Issue
Block a user