projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
BUMBLEB
/
Joystick.h
diff --git
a/LUFA/Drivers/Board/BUMBLEB/Joystick.h
b/LUFA/Drivers/Board/BUMBLEB/Joystick.h
index
1809677
..
fdd4b03
100644
(file)
--- a/
LUFA/Drivers/Board/BUMBLEB/Joystick.h
+++ b/
LUFA/Drivers/Board/BUMBLEB/Joystick.h
@@
-98,8
+98,7
@@
PORTD |= JOY_MASK;
\r
}
\r
\r
PORTD |= JOY_MASK;
\r
}
\r
\r
- static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
- static inline uint8_t Joystick_GetStatus(void)
\r
+ static inline uintN_t Joystick_GetStatus(void)
\r
{
\r
return (uint8_t)(~PIND & JOY_MASK);
\r
}
\r
{
\r
return (uint8_t)(~PIND & JOY_MASK);
\r
}
\r