mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 09:51:55 +00:00
Combines the lpcxpresso54114_m4 and lpcxpresso54114_m0 boards into one directory containing both board configurations. This eliminates some duplicate code and documentation, and better represents the actual hardware. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
13 lines
167 B
C
13 lines
167 B
C
/*
|
|
* Copyright (c) 2017, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|