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/tusb.h | |
| parent | 6be7f354c26e09a87d1b856b0e237ff82be5963f (diff) | |
| parent | 513ab37ec6f394d5332d159a62afa468a1a0a7cb (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into uac_interl
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb.h b/src/tusb.h index d6534ca28..c9d56d3c3 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -66,7 +66,7 @@ #endif #else #ifndef tuh_int_handler - #define tuh_int_handler(_x) + #define tuh_int_handler(...) #endif #endif @@ -123,7 +123,7 @@ #endif #else #ifndef tud_int_handler - #define tud_int_handler(_x) + #define tud_int_handler(...) #endif #endif |
