/* sbc_harness/tusb_log.c - Logger for tusb_config.h * * Copyright (C) 2024-2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later */ #define LOG_NAME TINY_USB #include void _libmisc_tu_mess_failed(const char *expr, const char *file, unsigned int line, const char *func) { log_errorln(file, ":", line, ":", func, "(): assertion ", (qstr, expr), " failed"); }