Solved
CubeMX assert_param() vs assert()
I have some re-used and portable code that uses <assert.h> and assert().
Is there a way I can easily map assert() to the assert_param() used by CubeMX?
Seems so simple but it is giving me a hard time, and I don't see anything available online about this.
