You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cortex M library handles the lowercase assert() incorrectly by calling __assert_func(...) in the library.
We need to avoid this somehow because it will not report errors similar to our uppercase ASSERT(...)
The text was updated successfully, but these errors were encountered:
The Cortex M library handles the lowercase assert() incorrectly by calling __assert_func(...) in the library.
We need to avoid this somehow because it will not report errors similar to our uppercase ASSERT(...)
The text was updated successfully, but these errors were encountered: