diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-08-03 11:13:06 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-08-03 11:13:06 +0000 |
| commit | 280feb1860f83b32fc88895d7849a761b78b6970 (patch) | |
| tree | 4cfa0d064d635eccc620b1b96d4e9b8c671d0d6d /Demos/Device/Incomplete/Sideshow/Sideshow.c | |
| parent | 15b11ddb113a1e342d32c32a3e01890a53119554 (diff) | |
Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1433 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow/Sideshow.c')
| -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 e99a26b3..f6ece61b 100644 --- a/Demos/Device/Incomplete/Sideshow/Sideshow.c +++ b/Demos/Device/Incomplete/Sideshow/Sideshow.c @@ -122,7 +122,7 @@ void EVENT_USB_Device_UnhandledControlRequest(void) { void* DescriptorPointer; uint16_t DescriptorSize = USB_GetOSFeatureDescriptor(USB_ControlRequest.wValue, USB_ControlRequest.wIndex, - &DescriptorPointer, &DescriptorSize); + &DescriptorPointer); if (DescriptorSize == NO_DESCRIPTOR) return; |
