diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-22 07:19:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-22 07:19:41 +0000 |
commit | ac0ece0141fe9470539380fb5e5f069a0ff701ff (patch) | |
tree | e8451721eb0672ed444b79867e2880879b908449 /Demos/Device/Incomplete/Sideshow | |
parent | e6f37221fa9b43046055f5bbc8cfb2c088011b5c (diff) | |
download | lufa-ac0ece0141fe9470539380fb5e5f069a0ff701ff.tar.gz lufa-ac0ece0141fe9470539380fb5e5f069a0ff701ff.tar.bz2 lufa-ac0ece0141fe9470539380fb5e5f069a0ff701ff.zip |
Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow')
-rw-r--r-- | Demos/Device/Incomplete/Sideshow/Sideshow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.c b/Demos/Device/Incomplete/Sideshow/Sideshow.c index 2972e0cf7..92d2d3c12 100644 --- a/Demos/Device/Incomplete/Sideshow/Sideshow.c +++ b/Demos/Device/Incomplete/Sideshow/Sideshow.c @@ -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: |