Skip to content
Snippets Groups Projects
Verified Commit 070867f8 authored by rahix's avatar rahix
Browse files

chore(epicardium): Switch from MXC_ASSERT to assert


Newlib assert uses __assert_func and thus our panic() function while
MXC_ASSERT uses a custom assertion logic.  Newlib assert is also more
portable as it works in expression position while MXC_ASSERT only works
as a statement.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 9d44017b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment