diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-08-31 17:46:03 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-08-31 18:38:05 -0400 |
| commit | 9ea809bef73e6862103cd71802803122e97bf80b (patch) | |
| tree | fd918c0aec0e93abdefbff69052349446e15e0cc /main.c | |
| parent | 585597a252be431fd4efe11a9120329b233ebba5 (diff) | |
add pin claiming to devices
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ void NORETURN __fatal_error(const char *msg) { #ifndef NDEBUG void MP_WEAK __assert_func(const char *file, int line, const char *func, const char *expr) { - printf("Assertion '%s' failed, at file %s:%d\n", expr, file, line); + mp_printf(&mp_plat_print, "Assertion '%s' failed, at file %s:%d\n", expr, file, line); __fatal_error("Assertion failed"); } #endif |
