2023-06-26 02:11 PM
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.
Solved! Go to Solution.
2023-06-26 02:41 PM
Never-mind - I found a stupid simple solution:
Put my own assert.h in the include path.
2023-06-26 02:41 PM
Never-mind - I found a stupid simple solution:
Put my own assert.h in the include path.