projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert changes made for the partial port to the AVR32 architecture.
[pub/lufa.git]
/
LUFA
/
DriverStubs
/
Joystick.h
diff --git
a/LUFA/DriverStubs/Joystick.h
b/LUFA/DriverStubs/Joystick.h
index
859225f
..
21e306f
100644
(file)
--- a/
LUFA/DriverStubs/Joystick.h
+++ b/
LUFA/DriverStubs/Joystick.h
@@
-82,7
+82,8
@@
// TODO: Initialize joystick port pins as inputs with pull-ups
\r
}
\r
\r
// TODO: Initialize joystick port pins as inputs with pull-ups
\r
}
\r
\r
- static inline uintN_t Joystick_GetStatus(void)
\r
+ static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
+ static inline uint8_t Joystick_GetStatus(void)
\r
{
\r
// TODO: Return current joystick position data which can be obtained by masking against the JOY_* macros
\r
}
\r
{
\r
// TODO: Return current joystick position data which can be obtained by masking against the JOY_* macros
\r
}
\r