diff options
| author | hathach <[email protected]> | 2014-03-06 11:27:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-06 11:37:37 +0700 |
| commit | dcc58a7afcd6f02458a5edaca33a5b63418d641f (patch) | |
| tree | a5ed07d5132d411aee3d643e1287b367a9b14884 /demos/host/src/main.c | |
| parent | de7437852bb0cea3357aac86b87fc91831a7cc86 (diff) | |
refractor app_os_prio.h
Diffstat (limited to 'demos/host/src/main.c')
| -rw-r--r-- | demos/host/src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c index ef44f6b5e..5f7001202 100644 --- a/demos/host/src/main.c +++ b/demos/host/src/main.c @@ -46,10 +46,7 @@ #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"
#include "msc_app.h"
|
