Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / USBTask.h
index 267c7e0..30231bf 100644 (file)
                /* Macros: */
                        #define HOST_TASK_NONBLOCK_WAIT(Duration, NextState) MACROS{ USB_HostState   = HOST_STATE_WaitForDevice; \
                                                                                     WaitMSRemaining = (Duration);               \
-                                                                                    PostWaitState   = (NextState);        }MACROE
+                                                                                    PostWaitState   = (NextState);              }MACROE
        #endif
 
        /* Disable C linkage for C++ Compilers: */