diff options
| author | Ha Thach <[email protected]> | 2025-09-18 10:45:06 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-18 10:45:06 +0700 |
| commit | fd2cd3fc230fd81f2fba7b9c8eacb0e14b4e042d (patch) | |
| tree | 5c04030a7701081132f40c36aabc00dcda6de81e | |
| parent | d9ad09a8dce9e54cbd23062f8dec6c4fd49dc906 (diff) | |
| parent | f18b750550ef5c242f84924cde23f7712c3a0670 (diff) | |
Merge pull request #3255 from majbthrd/enoughwheels
use existing overloadable Pico SDK section macro instead of creating a custom one
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index b647b2a7f..1c11df114 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -442,7 +442,7 @@ #define TUP_DCD_ENDPOINT_MAX 16 #define TUP_MCU_MULTIPLE_CORE 1 - #define TU_ATTR_FAST_FUNC __attribute__((section(".time_critical.tinyusb"))) + #define TU_ATTR_FAST_FUNC __not_in_flash("tinyusb") //--------------------------------------------------------------------+ // Silabs |
