mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-09 17:55:32 +00:00
Merge pull request #3255 from majbthrd/enoughwheels
use existing overloadable Pico SDK section macro instead of creating a custom one
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user