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:
David Goffredo 2024-08-20 14:03:46 -04:00 committed by GitHub
parent fa88c125b8
commit eaaa4a5ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
*