18 lines
296 B
C
18 lines
296 B
C
/*
|
|
* Copyright (c) 2017 Florian Vaussard, HEIG-VD
|
|
*
|
|
* Based on nucleo_f411re:
|
|
*
|
|
* Copyright (c) 2016 Matthias Boesl
|
|
* Copyright (c) 2017 Linaro Limited.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|