diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-31 16:32:20 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-31 16:32:20 +0200 |
commit | a774bcc3fd40ec5914196a21150c9879e33951e1 (patch) | |
tree | 7edbe28620edb6bcab22a6b3f707e4fae3cd2fe6 | |
parent | 6445a4cdb0b6a6d701d631d81791c72df1771bd6 (diff) |
DFU: make sure to include board.h
-rw-r--r-- | at91lib/usb/device/dfu/dfu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/at91lib/usb/device/dfu/dfu.h b/at91lib/usb/device/dfu/dfu.h index 3b7a41a..2e8aa8b 100644 --- a/at91lib/usb/device/dfu/dfu.h +++ b/at91lib/usb/device/dfu/dfu.h @@ -1,6 +1,7 @@ #ifndef _USB_DFU_DESC_H #define _USB_DFU_DESC_H +#include <board.h> #include <usb/common/core/USBGenericDescriptor.h> #define CONFIG_DFU_NUM_APP_IF 1 |