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