mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 00:11:56 +00:00
We now use EDTS and gen_defines.py to generate DTS defines. We deprecated the old script and defines several releases ago, so lets now remove them. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
21 lines
435 B
C
21 lines
435 B
C
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Copyright (c) 2019 Nordic Semiconductor
|
|
*
|
|
* Not a generated file. Feel free to modify.
|
|
*
|
|
* Poorly named for legacy compatibility reasons.
|
|
*/
|
|
|
|
#ifndef GENERATED_DTS_BOARD_H
|
|
#define GENERATED_DTS_BOARD_H
|
|
|
|
#include <generated_dts_board_unfixed.h>
|
|
|
|
/* The following definitions fixup the generated include */
|
|
|
|
#include <generated_dts_board_fixups.h>
|
|
|
|
#endif /* GENERATED_DTS_BOARD_H */
|