blob: f2f32310870e0c69e32a6f043abb2ecb45b8e707 [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Undefine definitons that conflict in the unit_testing board build. */
#ifdef DT_NODE_HAS_STATUS
#undef DT_NODE_HAS_STATUS
#endif
#ifdef DT_FOREACH_OKAY_HELPER
#undef DT_FOREACH_OKAY_HELPER
#endif
#define DT_FOREACH_OKAY_HELPER(x)