Using LINK_NOINLINE

This commit is contained in:
Rodrigo Alfonso 2025-01-13 06:07:06 -03:00
parent c0b69c1fc1
commit 996eb824d4

View File

@ -792,7 +792,7 @@ class LinkWireless {
* \warning This is internal API!
*/
#ifdef LINK_WIRELESS_ENABLE_NESTED_IRQ
__attribute__((noinline)) void _onVBlank() {
LINK_NOINLINE void _onVBlank() {
#else
void _onVBlank() {
#endif