diff options
| author | hathach <[email protected]> | 2018-03-06 17:38:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-06 17:38:35 +0700 |
| commit | fce85875c49a7d18115c4f0c2cf91d7f8e5df9d9 (patch) | |
| tree | 7a84dcdedfd27e7f7384333250ddf7522801c19e /tinyusb/tusb.h | |
| parent | 98f12c9833b4867cad46ea80ca2525d26fd6b075 (diff) | |
remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index ba082247b..9ff1f5e2a 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -102,8 +102,6 @@ */
tusb_error_t tusb_init(void);
-void tusb_isr(uint8_t coreid);
-
#if TUSB_CFG_OS == TUSB_OS_NONE
/** \brief Run all tinyusb's internal tasks (e.g host task, device task).
* \note This function is only required when using no RTOS (\ref TUSB_CFG_OS == TUSB_OS_NONE). All the stack functions
|
