Skip to content

Commit fd2cd3f

Browse files
authored
Merge pull request #3255 from majbthrd/enoughwheels
use existing overloadable Pico SDK section macro instead of creating a custom one
2 parents d9ad09a + f18b750 commit fd2cd3f

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)