diff options
| author | hathach <[email protected]> | 2014-03-12 22:22:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-12 22:22:00 +0700 |
| commit | 368d09695f5c72edb52df2fc7f2cb4e3bc9957e8 (patch) | |
| tree | 4d891a9bd557bcf7da34342a6605c541f28ab1e0 /demos/device/src/cdcd_app.h | |
| parent | 97f95c61f6f0c3a8e0a6f32889605be1a1e09cdd (diff) | |
fix build error with lpcxpresso device os none
Diffstat (limited to 'demos/device/src/cdcd_app.h')
| -rw-r--r-- | demos/device/src/cdcd_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/cdcd_app.h b/demos/device/src/cdcd_app.h index 7c259ea1d..6f5df7b9d 100644 --- a/demos/device/src/cdcd_app.h +++ b/demos/device/src/cdcd_app.h @@ -46,7 +46,7 @@ #ifndef _TUSB_CDCD_APP_H_
#define _TUSB_CDCD_APP_H_
-#include "boards/board.h"
+#include "board.h"
#include "tusb.h"
#ifdef __cplusplus
|
