Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git] / LUFA / DriverStubs / Joystick.h
index 415976a..ce193f5 100644 (file)
@@ -46,8 +46,6 @@
        /* Includes: */\r
                #include <avr/io.h>\r
 \r
-               #include "../../../Common/Common.h"\r
-\r
                // TODO: Add any required includes here\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
@@ -81,8 +79,8 @@
                #if !defined(__DOXYGEN__)\r
                        static inline void Joystick_Init(void)\r
                        {\r
-                               // TODO: Initialize joystick port pins as inputs with pullups\r
-                       };\r
+                               // TODO: Initialize joystick port pins as inputs with pull-ups\r
+                       }\r
                        \r
                        static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
                        static inline uint8_t Joystick_GetStatus(void)\r