summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-04-25 11:00:56 +0700
committerhathach <[email protected]>2013-04-25 11:00:56 +0700
commite9dbce5f1bfe193884293e7fb555f963c7f2e649 (patch)
treec4d49b49edafcdb42cb67c24ed7aa7c51d393f34 /tinyusb/hal/hal.h
parentd4a2600ecc8cdeec26485f8ab564b12de41d6b9b (diff)
add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS
using plain char for error enum character increase freeRTOS configMAX_PRIORITIES to 16 house keeping & clean up compiler warning
Diffstat (limited to 'tinyusb/hal/hal.h')
-rw-r--r--tinyusb/hal/hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h
index a79ea4a16..4916aea08 100644
--- a/tinyusb/hal/hal.h
+++ b/tinyusb/hal/hal.h
@@ -52,6 +52,7 @@
#define _TUSB_HAL_H_
#include "tusb_option.h"
+#include "common/primitive_types.h"
#include "common/errors.h"
#include "common/compiler/compiler.h"