From 82da013dadf2b2f69f362702ca40708fdec52df4 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 30 Mar 2018 15:33:36 +0700 Subject: get freertos build --- tinyusb/tusb_hal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/tusb_hal.h') diff --git a/tinyusb/tusb_hal.h b/tinyusb/tusb_hal.h index 0025bf844..f09ba0f7d 100644 --- a/tinyusb/tusb_hal.h +++ b/tinyusb/tusb_hal.h @@ -75,6 +75,7 @@ void tusb_hal_int_enable(uint8_t rhport); */ void tusb_hal_int_disable(uint8_t rhport); +// Only required to implement if using No RTOS (osal_none) uint32_t tusb_hal_millis(void); #ifdef __cplusplus -- cgit v1.3.1