commit | 824f423e547d794ba4f5e90ec3e7ad0b62612282 | [log] [tgz] |
---|---|---|
author | Xavier Chapron <xavier.chapron@stimio.fr> | Tue Sep 22 14:42:43 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 02 11:42:40 2020 +0200 |
tree | 47fe565551f2a8483bc22d079af498267d614131 | |
parent | 25e19f89f18f2d9ea7f6ccc21765a1d747091f48 [diff] |
misc: Replace assert include and calls by sys/__assert.h equivalent Replace all calls to the assert macro that comes from libc by calls to __ASSERT_NO_MSG(). This is usefull as the former might be different depending on the libc used and the later can be customized to reduce flash footprint. Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>