diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-23 09:12:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-23 09:12:26 +0000 |
commit | 3a79548dc2bfd08f13a387b5533d8598ba0078d7 (patch) | |
tree | a4de970fd4a5be169509971fac3ae7e47fed0689 /Demos/Device/Incomplete/Sideshow | |
parent | eb8a708b5379755cbcdac900eb32f3c484bde58c (diff) | |
download | lufa-3a79548dc2bfd08f13a387b5533d8598ba0078d7.tar.gz lufa-3a79548dc2bfd08f13a387b5533d8598ba0078d7.tar.bz2 lufa-3a79548dc2bfd08f13a387b5533d8598ba0078d7.zip |
Add TMC device capabilities to the incomplete TMC demo.
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow')
-rw-r--r-- | Demos/Device/Incomplete/Sideshow/Sideshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.c b/Demos/Device/Incomplete/Sideshow/Sideshow.c index 92d2d3c12..e99a26b36 100644 --- a/Demos/Device/Incomplete/Sideshow/Sideshow.c +++ b/Demos/Device/Incomplete/Sideshow/Sideshow.c @@ -130,7 +130,7 @@ void EVENT_USB_Device_UnhandledControlRequest(void) Endpoint_ClearSETUP(); Endpoint_Write_Control_PStream_LE(DescriptorPointer, DescriptorSize); - Endpoint_ClearOUT(); + Endpoint_ClearOUT(); } break; |