diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-31 16:32:33 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-31 16:33:00 +0200 |
commit | a341a060020ee1b5d7375ab4e40ad61314d43be4 (patch) | |
tree | 7d6df0d6f243862c1c20a9b0008d684a50afcb49 /at91lib/boards | |
parent | a774bcc3fd40ec5914196a21150c9879e33951e1 (diff) |
Add DFU interface descriptor support to CDC-serial driver
Diffstat (limited to 'at91lib/boards')
-rw-r--r-- | at91lib/boards/sam7-p/board.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/at91lib/boards/sam7-p/board.h b/at91lib/boards/sam7-p/board.h index 1fcf43e..2e5046a 100644 --- a/at91lib/boards/sam7-p/board.h +++ b/at91lib/boards/sam7-p/board.h @@ -256,6 +256,8 @@ /// This page lists the definitions related to external on-board components
/// located in the board.h file for the SAM7S-EK.
///
-//
+
+#define BOARD_USB_DFU
+
#endif //#ifndef BOARD_H
|