blob: de253ad016b835397bcdb0ce3cf8ba8e3692c805 [file] [log] [blame]
/*
* Copyright (c) 2021 Demant
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/types.h>
#include <ztest.h>
bool k_is_in_isr(void)
{
return 0;
}