diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-09 20:33:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-09 20:33:56 +0000 |
commit | 3808f5c36d0ee183e9825e645cc984f1c6047ef5 (patch) | |
tree | a7830d3c19aeb6a2461d701245458217e8829767 /LUFA/Drivers/Board/Joystick.h | |
parent | 544027da185fbfb51461460c607f956ccee9e54b (diff) | |
download | lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.tar.gz lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.tar.bz2 lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.zip |
Spell check source code, fix mistakes.
Diffstat (limited to 'LUFA/Drivers/Board/Joystick.h')
-rw-r--r-- | LUFA/Drivers/Board/Joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Board/Joystick.h b/LUFA/Drivers/Board/Joystick.h index 63d28e837..2f90a9ca3 100644 --- a/LUFA/Drivers/Board/Joystick.h +++ b/LUFA/Drivers/Board/Joystick.h @@ -126,7 +126,7 @@ */ static inline void Joystick_Init(void); - /** Disables the joystick driver, releasing the I/O pins back to their default high-impedence input mode. */ + /** Disables the joystick driver, releasing the I/O pins back to their default high-impedance input mode. */ static inline void Joystick_Disable(void); /** Returns the current status of the joystick, as a mask indicating the direction the joystick is |