summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Lawrence <[email protected]>2025-09-17 12:38:47 -0500
committerPeter Lawrence <[email protected]>2025-09-17 12:38:47 -0500
commitf18b750550ef5c242f84924cde23f7712c3a0670 (patch)
tree5c04030a7701081132f40c36aabc00dcda6de81e /src
parentd9ad09a8dce9e54cbd23062f8dec6c4fd49dc906 (diff)
use existing overloadable Pico SDK section macro instead of creating a custom one
Diffstat (limited to 'src')
-rw-r--r--src/common/tusb_mcu.h2
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