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/main.c | |
| parent | 97f95c61f6f0c3a8e0a6f32889605be1a1e09cdd (diff) | |
fix build error with lpcxpresso device os none
Diffstat (limited to 'demos/device/src/main.c')
| -rw-r--r-- | demos/device/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/main.c b/demos/device/src/main.c index 914c97217..9e9be2a7d 100644 --- a/demos/device/src/main.c +++ b/demos/device/src/main.c @@ -43,7 +43,7 @@ #include <stdio.h>
#include <string.h>
-#include "boards/board.h"
+#include "board.h"
#include "tusb.h"
#include "mscd_app.h"
|
