diff options
| author | hathach <[email protected]> | 2014-03-24 16:17:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-24 16:17:48 +0700 |
| commit | 2870a8bcec78ecc34c9a9a39097feaf48d47ff37 (patch) | |
| tree | 183a94498209f36c36ae64095cebd9404c8ce41f /demos/host/src | |
| parent | 6c9d03905ee64d206af60fc61331e4c9f0f6b907 (diff) | |
fix build error for keil host os none, freertos, cmsis-rtx
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c index 89700a14c..ccfe7a60f 100644 --- a/demos/host/src/main.c +++ b/demos/host/src/main.c @@ -46,7 +46,6 @@ #include "board.h"
#include "tusb.h"
-#include "app_os_prio.h"
#include "mouse_host_app.h"
#include "keyboard_host_app.h"
#include "msc_host_app.h"
|
