Skip to content

Commit f18b750

Browse files
committed
use existing overloadable Pico SDK section macro instead of creating a custom one
1 parent d9ad09a commit f18b750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/tusb_mcu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
#define TUP_DCD_ENDPOINT_MAX 16
443443
#define TUP_MCU_MULTIPLE_CORE 1
444444

445-
#define TU_ATTR_FAST_FUNC __attribute__((section(".time_critical.tinyusb")))
445+
#define TU_ATTR_FAST_FUNC __not_in_flash("tinyusb")
446446

447447
//--------------------------------------------------------------------+
448448
// Silabs

0 commit comments

Comments
 (0)