mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 23:21:56 +00:00
The LEDs, buttons and necessary aliases are now configured via dts. This commit breaks the samples under boards/nrf52/mesh: - onoff-app - onoff_level_lighting_vnd_app Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
13 lines
193 B
C
13 lines
193 B
C
/*
|
|
* Copyright (c) 2016-2018 Nordic Semiconductor ASA.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|