libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/cm3/assert.h>
Go to the source code of this file.
Functions | |
void | cm3_assert_failed (void) |
Called on a failed assertion. More... | |
void | cm3_assert_failed_verbose (const char *file, int line, const char *func, const char *assert_expr) |
Called on a failed assertion with verbose messages enabled. More... | |