rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
This commit is contained in:
@@ -73,7 +73,8 @@ typedef struct {
|
||||
void tuh_task(void);
|
||||
|
||||
// Interrupt handler, name alias to HCD
|
||||
#define tuh_isr hcd_isr
|
||||
extern void hcd_int_handler(uint8_t rhport);
|
||||
#define tuh_int_handler hcd_int_handler
|
||||
|
||||
tusb_device_state_t tuh_device_get_state (uint8_t dev_addr);
|
||||
static inline bool tuh_device_is_configured(uint8_t dev_addr)
|
||||
|
||||
Reference in New Issue
Block a user