diff options
| author | hathach <[email protected]> | 2014-03-18 16:10:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-18 16:10:25 +0700 |
| commit | 2c4a2e5b9e36436280b30cc12529b4027b589fbd (patch) | |
| tree | 2f678e307c408399e7ffed9dd2fdd2cf4e51caf5 /tinyusb/tusb.c | |
| parent | fe1b39e539adcee6be4b9b8637a13debc3f6811c (diff) | |
rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ
remove CFG_TICKS_PER_SECOND
Diffstat (limited to 'tinyusb/tusb.c')
| -rw-r--r-- | tinyusb/tusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c index 980e19402..8a0d1be59 100644 --- a/tinyusb/tusb.c +++ b/tinyusb/tusb.c @@ -77,7 +77,6 @@ void tusb_isr(uint8_t controller_id) }
#if TUSB_CFG_OS == TUSB_OS_NONE
-// periodically/continuously called in the main loop
void tusb_task_runner(void)
{
#if MODE_HOST_SUPPORTED
|
