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 /boards | |
| parent | 6c9d03905ee64d206af60fc61331e4c9f0f6b907 (diff) | |
fix build error for keil host os none, freertos, cmsis-rtx
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/board.c b/boards/board.c index 4ad3d227f..504bb9442 100644 --- a/boards/board.c +++ b/boards/board.c @@ -37,6 +37,7 @@ /**************************************************************************/
#include "board.h"
+#include "app_os_prio.h"
#if TUSB_CFG_OS == TUSB_OS_NONE
|
