Update driver INF files - change manufacturer name from the original template's name...
[pub/lufa.git] / LUFA / ManPages / CompileTimeTokens.txt
index 8f8da4f..9beeece 100644 (file)
  *  <b>INTERRUPT_CONTROL_ENDPOINT</b> - ( \ref Group_USBManagement ) \n\r
  *  Some applications prefer to not call the USB_USBTask() management task reguarly while in device mode, as it can complicate code significantly.\r
  *  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\r
- *  endpoint entirely via USB controller interrupts asynchronously to the user application.\r
+ *  endpoint entirely via USB controller interrupts asynchronously to the user application. When defined, USB_USBTask() does not need to be called\r
+ *  when in USB device mode.\r
  *\r
  *  <b>NO_DEVICE_REMOTE_WAKEUP</b> - (\ref Group_Device ) \n\r
  *  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,\r