diff options
| author | HiFiPhile <[email protected]> | 2023-10-10 15:02:25 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2023-10-10 15:02:25 +0200 |
| commit | b5c839f739280a59dec8e2fe082005518dfc19c8 (patch) | |
| tree | 8140b74bfddb16a6ed5a0dcff13a22727da3a727 /src/host/hcd.h | |
| parent | 6be7f354c26e09a87d1b856b0e237ff82be5963f (diff) | |
| parent | 513ab37ec6f394d5332d159a62afa468a1a0a7cb (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into uac_interl
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index e25b20ea3..2bde289df 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -131,7 +131,7 @@ bool hcd_configure(uint8_t rhport, uint32_t cfg_id, const void* cfg_param) TU_AT bool hcd_init(uint8_t rhport); // Interrupt Handler -void hcd_int_handler(uint8_t rhport); +void hcd_int_handler(uint8_t rhport, bool in_isr); // Enable USB interrupt void hcd_int_enable (uint8_t rhport); |
