mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:51:56 +00:00
The LEDs, buttons and necessary aliases are now configured via dts. This commit breaks the sample under samples/boards/nrf52/power_mgr. 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 */
|