Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
[pub/lufa.git] / LUFA / ManPages / CompileTimeTokens.txt
index 2d9ec7a..f11dff2 100644 (file)
  *  On the smaller USB AVRs, the USB controller lacks VBUS events to determine the physical connection state of the USB bus to a host. In lieu of\r
  *  VBUS events, the library attempts to determine the connection state via the bus suspension and wake up events instead. This however may be\r
  *  slightly inaccurate due to the possibility of the host suspending the bus while the device is still connected. If accurate connection status is\r
- *  required, the VBUS line of the USB connector should be routed to an AVR pin to detect its level, so that the USB_IsConnected global\r
+ *  required, the VBUS line of the USB connector should be routed to an AVR pin to detect its level, so that the USB_DeviceState global\r
  *  can be accurately set and the USB_Connect and USB_Disconnect events manually raised by the RAISE_EVENT macro. When defined, this token disables\r
  *  the library's auto-detection of the connection state by the aforementioned suspension and wake up events.\r
  *\r