Minor documentation phrasing changes.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 12 Sep 2010 12:20:36 +0000 (12:20 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 12 Sep 2010 12:20:36 +0000 (12:20 +0000)
LUFA/Drivers/USB/HighLevel/USBTask.h

index faff2a3..4eb1b8b 100644 (file)
@@ -97,7 +97,7 @@
                                         *
                                         *  This value may be altered by the user application to implement the \ref HOST_STATE_Addressed,
                                         *  \ref HOST_STATE_Configured and \ref HOST_STATE_Suspended states which are not implemented by
                                         *
                                         *  This value may be altered by the user application to implement the \ref HOST_STATE_Addressed,
                                         *  \ref HOST_STATE_Configured and \ref HOST_STATE_Suspended states which are not implemented by
-                                        *  the library.
+                                        *  the library internally.
                                         *
                                         *  To reduce program size and speed up checks of this global, it can be placed into one of the AVR's
                                         *  GPIOR hardware registers instead of RAM by defining the HOST_STATE_AS_GPIOR token to a value 
                                         *
                                         *  To reduce program size and speed up checks of this global, it can be placed into one of the AVR's
                                         *  GPIOR hardware registers instead of RAM by defining the HOST_STATE_AS_GPIOR token to a value 
                        #endif
 
                /* Function Prototypes: */
                        #endif
 
                /* Function Prototypes: */
-                       /** This is the main USB management task. The USB driver requires that this task be executed
+                       /** This is the main USB management task. The USB driver requires this task to be executed
                         *  continuously when the USB system is active (device attached in host mode, or attached to a host
                         *  in device mode) in order to manage USB communications. This task may be executed inside an RTOS,
                         *  fast timer ISR or the main user application loop.
                         *  continuously when the USB system is active (device attached in host mode, or attached to a host
                         *  in device mode) in order to manage USB communications. This task may be executed inside an RTOS,
                         *  fast timer ISR or the main user application loop.
                        #endif
                        
                /* Macros: */
                        #endif
                        
                /* Macros: */
-                       #define HOST_TASK_NONBLOCK_WAIT(duration, nextstate) MACROS{ USB_HostState = HOST_STATE_WaitForDevice; \
-                                                                                    WaitMSRemaining = (duration);             \
-                                                                                    PostWaitState = (nextstate);        }MACROE
+                       #define HOST_TASK_NONBLOCK_WAIT(Duration, NextState) MACROS{ USB_HostState   = HOST_STATE_WaitForDevice; \
+                                                                                    WaitMSRemaining = (Duration);               \
+                                                                                    PostWaitState   = (NextState);        }MACROE
        #endif
        
        /* Disable C linkage for C++ Compilers: */
        #endif
        
        /* Disable C linkage for C++ Compilers: */