projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use -pedantic compile time option to find and correct several minor code errors.
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
STK525
/
Joystick.h
diff --git
a/LUFA/Drivers/Board/STK525/Joystick.h
b/LUFA/Drivers/Board/STK525/Joystick.h
index
b74655e
..
2de7655
100644
(file)
--- a/
LUFA/Drivers/Board/STK525/Joystick.h
+++ b/
LUFA/Drivers/Board/STK525/Joystick.h
@@
-93,7
+93,7
@@
\r
PORTB |= JOY_BMASK;
\r
PORTE |= JOY_EMASK;
\r
- }
;
\r
+ }
\r
\r
static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
static inline uint8_t Joystick_GetStatus(void)
\r