diff options
| author | hathach <[email protected]> | 2013-11-18 17:29:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-18 17:29:12 +0700 |
| commit | 94854f805aa8c80ffe77d8cef3ecfd45a3a9f253 (patch) | |
| tree | 7b253dc397879317fd53c76e013888e9b6955b08 /tinyusb/device/usbd.h | |
| parent | b104d21e7112614e18f1e789fa2dd22ca09f9e4d (diff) | |
get lpc17xx running through enumeration (with control data < 64)
Diffstat (limited to 'tinyusb/device/usbd.h')
| -rw-r--r-- | tinyusb/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index 2f3201d98..e8e10e98b 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -90,7 +90,7 @@ bool tusbd_is_configured(uint8_t coreid) ATTR_WARN_UNUSED_RESULT; #ifdef _TINY_USB_SOURCE_FILE_ tusb_error_t usbd_init(void); - +OSAL_TASK_FUNCTION (usbd_task) (void* p_task_para); #endif #ifdef __cplusplus |
