projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git]
/
LUFA
/
DriverStubs
/
Joystick.h
diff --git
a/LUFA/DriverStubs/Joystick.h
b/LUFA/DriverStubs/Joystick.h
index
a09f8db
..
ce193f5
100644
(file)
--- a/
LUFA/DriverStubs/Joystick.h
+++ b/
LUFA/DriverStubs/Joystick.h
@@
-80,7
+80,7
@@
static inline void Joystick_Init(void)
\r
{
\r
// TODO: Initialize joystick port pins as inputs with pull-ups
\r
- }
;
\r
+ }
\r
\r
static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
\r
static inline uint8_t Joystick_GetStatus(void)
\r