diff options
| author | hathach <[email protected]> | 2013-11-15 12:30:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-15 12:30:22 +0700 |
| commit | fc68439b746a466aa3d0bf197ee3f70cfa079f24 (patch) | |
| tree | a363bb0fe3dce8b250287845c7e640b3e8f5f65a /tinyusb/osal | |
| parent | ba49d26e19bc8dc2f90dff94eb3788a8074362e2 (diff) | |
add usbd_task to handle event task eg setup received
Diffstat (limited to 'tinyusb/osal')
| -rw-r--r-- | tinyusb/osal/osal_none.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/osal/osal_none.h b/tinyusb/osal/osal_none.h index 80ae80fd3..008264265 100644 --- a/tinyusb/osal/osal_none.h +++ b/tinyusb/osal/osal_none.h @@ -92,6 +92,7 @@ static inline uint32_t osal_tick_get(void) // } //--------------------------------------------------------------------+ #define OSAL_TASK_DEF(code, stack_depth, prio) +#define OSAL_TASK_REF #define osal_task_create(x) TUSB_ERROR_NONE #define OSAL_TASK_FUNCTION(task_func) \ |
