summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-21 21:03:23 +0700
committerhathach <[email protected]>2013-06-21 21:03:23 +0700
commit4239da1188bd6d64c24ffacdec1d51aff2243c93 (patch)
tree3ffd9348e01cc3729ae1d8032b66a0e3a543f2ff /demos/host/src
parent4f8faebbabada55068aa9859c8200f37a8c4c748 (diff)
add cmsis for lpc11u
remove app_os_prio.h in host_os_none demo
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c
index 8df3c76da..b8faa033a 100644
--- a/demos/host/src/main.c
+++ b/demos/host/src/main.c
@@ -46,7 +46,9 @@
#include "boards/board.h"
#include "tusb.h"
+#if TUSB_CFG_OS != TUSB_OS_NONE
#include "app_os_prio.h"
+#endif
#include "mouse_app.h"
#include "keyboard_app.h"