Arduino IDE does not recognize "__time_critical_func" attribute #2362
-
RESOLVED:
and not
Sorry for the useless post. Hello, I'm trying to put a ISR in RAM, so I defined it as
Unfortunately the compiler does not recognize the attribute:
Maybe I included the wrong header? Is it not pico/stdlib.h? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Aug 26, 2024
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
XFer012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
__not_in_flash_func(x)
instead.