diff options
| author | hathach <[email protected]> | 2018-03-02 14:14:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 14:14:32 +0700 |
| commit | 4c61471939882601f9458d537701c094c4850b78 (patch) | |
| tree | 687d2420acdd887fd5fbdd930e9e3d3b2a7309bf /demos/device/src | |
| parent | 4e9272e68af71190d3e99cdb2038d743d9eb1529 (diff) | |
more clean up
Diffstat (limited to 'demos/device/src')
| -rw-r--r-- | demos/device/src/cdc_device_app.h | 2 | ||||
| -rw-r--r-- | demos/device/src/keyboard_device_app.h | 2 | ||||
| -rw-r--r-- | demos/device/src/main.c | 2 | ||||
| -rw-r--r-- | demos/device/src/mouse_device_app.h | 2 | ||||
| -rw-r--r-- | demos/device/src/msc_device_app.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/demos/device/src/cdc_device_app.h b/demos/device/src/cdc_device_app.h index cf796c943..022617bec 100644 --- a/demos/device/src/cdc_device_app.h +++ b/demos/device/src/cdc_device_app.h @@ -46,7 +46,7 @@ #ifndef _TUSB_CDCD_DEVICE_APP_H_
#define _TUSB_CDCD_DEVICE_APP_H_
-#include "board.h"
+#include "bsp/board.h"
#include "tusb.h"
#ifdef __cplusplus
diff --git a/demos/device/src/keyboard_device_app.h b/demos/device/src/keyboard_device_app.h index bba6463af..ae96471c2 100644 --- a/demos/device/src/keyboard_device_app.h +++ b/demos/device/src/keyboard_device_app.h @@ -46,7 +46,7 @@ #ifndef _TUSB_KEYBOARDD_DEVICE_APP_H_
#define _TUSB_KEYBOARDD_DEVICE_APP_H_
-#include "board.h"
+#include "bsp/board.h"
#include "tusb.h"
#ifdef __cplusplus
diff --git a/demos/device/src/main.c b/demos/device/src/main.c index 8e2020812..3e2b4ca19 100644 --- a/demos/device/src/main.c +++ b/demos/device/src/main.c @@ -43,7 +43,7 @@ #include <stdio.h>
#include <string.h>
-#include "board.h"
+#include "bsp/board.h"
#include "tusb.h"
#include "msc_device_app.h"
diff --git a/demos/device/src/mouse_device_app.h b/demos/device/src/mouse_device_app.h index 4b0964bc9..0bf81ba32 100644 --- a/demos/device/src/mouse_device_app.h +++ b/demos/device/src/mouse_device_app.h @@ -46,7 +46,7 @@ #ifndef _TUSB_MOUSED_DEVICE_APP_H_
#define _TUSB_MOUSED_DEVICE_APP_H_
-#include "board.h"
+#include "bsp/board.h"
#include "tusb.h"
#ifdef __cplusplus
diff --git a/demos/device/src/msc_device_app.h b/demos/device/src/msc_device_app.h index f8b3ff93b..fa2028425 100644 --- a/demos/device/src/msc_device_app.h +++ b/demos/device/src/msc_device_app.h @@ -43,7 +43,7 @@ #ifndef _TUSB_MSCD_DEVICE_APP_H_
#define _TUSB_MSCD_DEVICE_APP_H_
-#include "board.h"
+#include "bsp/board.h"
#include "tusb.h"
#ifdef __cplusplus
|
