diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-22 07:19:41 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-22 07:19:41 +0000 |
| commit | ab3a68a371f872eecca853dc5b03279ad95445ff (patch) | |
| tree | e8451721eb0672ed444b79867e2880879b908449 /Demos/Device/Incomplete/Sideshow | |
| parent | 24c2e3398d2aa0d55b8256dbceb9b1bc1e1752a2 (diff) | |
Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1402 d5102386-fcda-11dd-9fdb-3debd5008f28
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 2972e0cf..92d2d3c1 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: |
