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
/
Drivers
/
Board
/
STK526
/
Buttons.h
diff --git
a/LUFA/Drivers/Board/STK526/Buttons.h
b/LUFA/Drivers/Board/STK526/Buttons.h
index
56af91f
..
2b69b7b
100644
(file)
--- a/
LUFA/Drivers/Board/STK526/Buttons.h
+++ b/
LUFA/Drivers/Board/STK526/Buttons.h
@@
-29,6
+29,7
@@
*/
\r
\r
/** \file
\r
*/
\r
\r
/** \file
\r
+ * \brief Board specific Buttons driver header for the STK526.
\r
*
\r
* Board specific Buttons driver header for the STK526.
\r
*
\r
*
\r
* Board specific Buttons driver header for the STK526.
\r
*
\r
@@
-85,8
+86,8
@@
PORTD |= BUTTONS_BUTTON1;
\r
}
\r
\r
PORTD |= BUTTONS_BUTTON1;
\r
}
\r
\r
- static inline uint
N
_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
- static inline uint
N
_t Buttons_GetStatus(void)
\r
+ static inline uint
8
_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
+ static inline uint
8
_t Buttons_GetStatus(void)
\r
{
\r
return ((PIND & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);
\r
}
\r
{
\r
return ((PIND & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);
\r
}
\r