projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Spell check library source code files.
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
Buttons.h
diff --git
a/LUFA/Drivers/Board/Buttons.h
b/LUFA/Drivers/Board/Buttons.h
index
e4fe21d
..
df74b46
100644
(file)
--- a/
LUFA/Drivers/Board/Buttons.h
+++ b/
LUFA/Drivers/Board/Buttons.h
@@
-66,7
+66,7
@@
* application.
*
* \code
* application.
*
* \code
- * // Initiali
s
e the button driver before first use
+ * // Initiali
z
e the button driver before first use
* Buttons_Init();
*
* printf("Waiting for button press...\r\n");
* Buttons_Init();
*
* printf("Waiting for button press...\r\n");
@@
-131,7
+131,7
@@
/* Pseudo-Functions for Doxygen: */
#if defined(__DOXYGEN__)
/* Pseudo-Functions for Doxygen: */
#if defined(__DOXYGEN__)
- /** Initiali
s
es the BUTTONS driver, so that the current button position can be read. This sets the appropriate
+ /** Initiali
z
es the BUTTONS driver, so that the current button position can be read. This sets the appropriate
* I/O pins to an inputs with pull-ups enabled.
*
* This must be called before any Button driver functions are used.
* I/O pins to an inputs with pull-ups enabled.
*
* This must be called before any Button driver functions are used.