mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 05:41:57 +00:00
Convert over NRF based boards to use device tree instead of board.h to describe buttons & LEDs. There are a few boards that the button gpio flags need validation. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
183 B
C
13 lines
183 B
C
/*
|
|
* Copyright (c) 2017 VNG IoT Lab Limited.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|