1 /*
2  * Copyright (c) 2022 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /* Undefine definitons that conflict in the unit_testing board build. */
8 
9 #ifdef DT_NODE_HAS_STATUS
10 #undef DT_NODE_HAS_STATUS
11 #endif
12 
13 #ifdef DT_NODE_HAS_STATUS_OKAY
14 #undef DT_NODE_HAS_STATUS_OKAY
15 #endif
16 
17 #ifdef DT_FOREACH_OKAY_HELPER
18 #undef DT_FOREACH_OKAY_HELPER
19 #endif
20 
21 #define DT_FOREACH_OKAY_HELPER(x)
22