projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Device mode class driver callbacks are now fired before the control request status...
[pub/USBasp.git]
/
LUFA
/
DriverStubs
/
Buttons.h
diff --git
a/LUFA/DriverStubs/Buttons.h
b/LUFA/DriverStubs/Buttons.h
index
8c97cd7
..
deab56e
100644
(file)
--- a/
LUFA/DriverStubs/Buttons.h
+++ b/
LUFA/DriverStubs/Buttons.h
@@
-70,7
+70,8
@@
// TODO: Initialize the appropriate port pins as an inputs here, with pull-ups
\r
}
\r
\r
// TODO: Initialize the appropriate port pins as an inputs here, with pull-ups
\r
}
\r
\r
- static inline uintN_t Buttons_GetStatus(void)
\r
+ static inline uint8_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
+ static inline uint8_t Buttons_GetStatus(void)
\r
{
\r
// TODO: Return current button status here, debounced if required
\r
}
\r
{
\r
// TODO: Return current button status here, debounced if required
\r
}
\r