diff options
| author | hathach <[email protected]> | 2013-02-04 18:05:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-04 18:05:22 +0700 |
| commit | 5e8d70a184f01121ed9849452dc81ebe9600b86f (patch) | |
| tree | 3e01f6d45e58b854d712d59b13b0688b1f2ad892 /tinyusb/common | |
| parent | dd9da7846a0ef74d240af22f508fe7a32a99085c (diff) | |
complete define osal_freeRTOS for semaphore and queue
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 9839f42f4..2d8a80e22 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -69,6 +69,7 @@ ENTRY(TUSB_ERROR_OSAL_TIMEOUT)\ ENTRY(TUSB_ERROR_OSAL_TASK_FAILED)\ ENTRY(TUSB_ERROR_OSAL_QUEUE_FAILED)\ + ENTRY(TUSB_ERROR_OSAL_SEMAPHORE_FAILED)\ ENTRY(TUSB_ERROR_FAILED)\ |
