use existing overloadable Pico SDK section macro instead of creating a custom one

This commit is contained in:
Peter Lawrence
2025-09-17 12:38:47 -05:00
parent d9ad09a8dc
commit f18b750550

View File

@ -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