Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3 / USBController_UC3.h
index 8ec5626..3f7ec5f 100644 (file)
 
        /* Private Interface - For use in library only: */
        #if !defined(__DOXYGEN__)
-               /* Macros: */                   
+               /* Macros: */
                        #if defined(USB_SERIES_UC3A3_AVR32) || defined(USB_SERIES_UC3A4_AVR32)
                                #define USB_CLOCK_REQUIRED_FREQ  12000000UL
                        #else
                                #define USB_CLOCK_REQUIRED_FREQ  48000000UL
                        #endif
-       
+
                /* Function Prototypes: */
                        #if defined(__INCLUDE_FROM_USB_CONTROLLER_C)
                                #if defined(USB_CAN_BE_DEVICE)