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
asf4-drivers: Make utils_assert.h compatible with newer compilers
In the new toolchain `assert` is defined as a macro. That interferes
with the ASF function called `assert` so we undefined it right before
that function is defined.
0 commit comments