mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 09:02:43 +00:00
Add support for nRF52832-MDK board. Signed-off-by: Zelin Cai <zelin@makerdiary.com> Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
13 lines
178 B
C
13 lines
178 B
C
/*
|
|
* Copyright (c) 2018 makerdiary.com.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|