From 6933f2e1a543b066ebe734bd126a7ff2f1c2777f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 1 Apr 2009 13:53:58 +0000 Subject: All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected. --- LUFA/DriverStubs/Joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/DriverStubs/Joystick.h') diff --git a/LUFA/DriverStubs/Joystick.h b/LUFA/DriverStubs/Joystick.h index 415976a46..ca80672b3 100644 --- a/LUFA/DriverStubs/Joystick.h +++ b/LUFA/DriverStubs/Joystick.h @@ -81,7 +81,7 @@ #if !defined(__DOXYGEN__) static inline void Joystick_Init(void) { - // TODO: Initialize joystick port pins as inputs with pullups + // TODO: Initialize joystick port pins as inputs with pull-ups }; static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT; -- cgit v1.2.3