From 7f9f97c792dee6875fbca9806422bdd7d6c5a657 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 30 Dec 2009 23:49:19 +0000 Subject: Update copyright year to 2010. --- LUFA/ManPages/CompileTimeTokens.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LUFA/ManPages/CompileTimeTokens.txt') diff --git a/LUFA/ManPages/CompileTimeTokens.txt b/LUFA/ManPages/CompileTimeTokens.txt index 8f8da4f3e..9beeecebe 100644 --- a/LUFA/ManPages/CompileTimeTokens.txt +++ b/LUFA/ManPages/CompileTimeTokens.txt @@ -163,7 +163,8 @@ * INTERRUPT_CONTROL_ENDPOINT - ( \ref Group_USBManagement ) \n * Some applications prefer to not call the USB_USBTask() management task reguarly while in device mode, as it can complicate code significantly. * Instead, when device mode is used this token can be passed to the library via the -D switch to allow the library to manage the USB control - * endpoint entirely via USB controller interrupts asynchronously to the user application. + * endpoint entirely via USB controller interrupts asynchronously to the user application. When defined, USB_USBTask() does not need to be called + * when in USB device mode. * * NO_DEVICE_REMOTE_WAKEUP - (\ref Group_Device ) \n * Many devices do not require the use of the Remote Wakeup features of USB, used to wake up the USB host when suspended. On these devices, -- cgit v1.2.3