/* * Copyright (c) 2021 Demant * * SPDX-License-Identifier: Apache-2.0 */ #include #include bool k_is_in_isr(void) { return 0; }