/* * Copyright (c) 2020 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include "zephyr/types.h" #include "ztest.h" #include #include "kconfig.h" void bt_ctlr_assert_handle(char *file, uint32_t line) { printf("Assertion failed in %s:%d\n", file, line); exit(-1); }