projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add new ARCH option to the makefiles to (eventually) specify the target device archit...
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
Joystick.h
diff --git
a/LUFA/Drivers/Board/Joystick.h
b/LUFA/Drivers/Board/Joystick.h
index
f2298e9
..
a9448ff
100644
(file)
--- a/
LUFA/Drivers/Board/Joystick.h
+++ b/
LUFA/Drivers/Board/Joystick.h
@@
-44,7
+44,7
@@
*/
/** \ingroup Group_BoardDrivers
*/
/** \ingroup Group_BoardDrivers
- *
@
defgroup Group_Joystick Joystick Driver - LUFA/Drivers/Board/Joystick.h
+ *
\
defgroup Group_Joystick Joystick Driver - LUFA/Drivers/Board/Joystick.h
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
@@
-113,10
+113,8
@@
#include "BUMBLEB/Joystick.h"
#elif (BOARD == BOARD_EVK527)
#include "EVK527/Joystick.h"
#include "BUMBLEB/Joystick.h"
#elif (BOARD == BOARD_EVK527)
#include "EVK527/Joystick.h"
- #elif (BOARD == BOARD_USER)
- #include "Board/Joystick.h"
#else
#else
- #
error The selected board does not contain a joystick.
+ #
include "Board/Joystick.h"
#endif
/* Pseudo-Functions for Doxygen: */
#endif
/* Pseudo-Functions for Doxygen: */