projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with...
[pub/USBasp.git]
/
LUFA
/
DriverStubs
/
Joystick.h
diff --git
a/LUFA/DriverStubs/Joystick.h
b/LUFA/DriverStubs/Joystick.h
index
415976a
..
ca80672
100644
(file)
--- a/
LUFA/DriverStubs/Joystick.h
+++ b/
LUFA/DriverStubs/Joystick.h
@@
-81,7
+81,7
@@
#if !defined(__DOXYGEN__)
\r
static inline void Joystick_Init(void)
\r
{
\r
#if !defined(__DOXYGEN__)
\r
static inline void Joystick_Init(void)
\r
{
\r
- // TODO: Initialize joystick port pins as inputs with pullups
\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
};
\r
\r
static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r