projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
MICROSIN162
/
Buttons.h
diff --git
a/LUFA/Drivers/Board/MICROSIN162/Buttons.h
b/LUFA/Drivers/Board/MICROSIN162/Buttons.h
index
a4d1637
..
f41d281
100644
(file)
--- a/
LUFA/Drivers/Board/MICROSIN162/Buttons.h
+++ b/
LUFA/Drivers/Board/MICROSIN162/Buttons.h
@@
-30,8
+30,7
@@
\r
/** \file
\r
* \brief Board specific Buttons driver header for the Microsin AVR-USB162 board.
\r
\r
/** \file
\r
* \brief Board specific Buttons driver header for the Microsin AVR-USB162 board.
\r
- *
\r
- * Board specific Buttons driver header for the Microsin AVR-USB162 board (http://microsin.ru/content/view/685/44/).
\r
+ * \copydetails Group_Buttons_MICROSIN162
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
\r
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
\r
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
\r
@@
-39,12
+38,10
@@
\r
/** \ingroup Group_Buttons
\r
* \defgroup Group_Buttons_MICROSIN162 MICROSIN162
\r
\r
/** \ingroup Group_Buttons
\r
* \defgroup Group_Buttons_MICROSIN162 MICROSIN162
\r
+ * \brief Board specific Buttons driver header for the Microsin AVR-USB162 board.
\r
*
\r
* Board specific Buttons driver header for the Microsin AVR-USB162 board (http://microsin.ru/content/view/685/44/).
\r
*
\r
*
\r
* Board specific Buttons driver header for the Microsin AVR-USB162 board (http://microsin.ru/content/view/685/44/).
\r
*
\r
- * \note This file should not be included directly. It is automatically included as needed by the Buttons driver
\r
- * dispatch header located in LUFA/Drivers/Board/Buttons.h.
\r
- *
\r
* @{
\r
*/
\r
\r
* @{
\r
*/
\r
\r
@@
-52,9
+49,6
@@
#define __BUTTONS_MICROSIN162_H__
\r
\r
/* Includes: */
\r
#define __BUTTONS_MICROSIN162_H__
\r
\r
/* Includes: */
\r
- #include <avr/io.h>
\r
- #include <stdbool.h>
\r
-
\r
#include "../../../Common/Common.h"
\r
\r
/* Enable C linkage for C++ Compilers: */
\r
#include "../../../Common/Common.h"
\r
\r
/* Enable C linkage for C++ Compilers: */
\r