mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
typo in documentation of __time_critical_func (#1792)
I was reading through my PDF copy of the SDK docs, and I think that there's a typo in this example. The macro is `__time_critical_func` but the example spells it `__time_critical`.
This commit is contained in:
parent
fa88c125b8
commit
eaaa4a5ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
|||
*
|
||||
* For example a function called my_func taking an int parameter:
|
||||
*
|
||||
* void __time_critical(my_func)(int some_arg) {
|
||||
* void __time_critical_func(my_func)(int some_arg) {
|
||||
*
|
||||
* The function is placed in the `.time_critical.<func_name>` linker section
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue