]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M0+_LPC51U68_LPCXpresso/board/boards/peripherals.h
08ae55e4262c7fd1dcfe9df2818ff233b5d66120
[freertos] / FreeRTOS / Demo / CORTEX_M0+_LPC51U68_LPCXpresso / board / boards / peripherals.h
1 /*\r
2  * Copyright (c) 2015, Freescale Semiconductor, Inc.\r
3  * Copyright 2016-2017 NXP\r
4  * All rights reserved.\r
5  *\r
6  * SPDX-License-Identifier: BSD-3-Clause\r
7  */\r
8 #ifndef _PERIPHERALS_H_\r
9 #define _PERIPHERALS_H_\r
10 \r
11 #if defined(__cplusplus)\r
12 extern "C" {\r
13 #endif /*_cplusplus. */\r
14 /*******************************************************************************\r
15  * BOARD_InitBootPeripherals function\r
16  ******************************************************************************/\r
17 void BOARD_InitBootPeripherals(void);\r
18 \r
19 #if defined(__cplusplus)\r
20 }\r
21 #endif /*_cplusplus. */\r
22 \r
23 #endif /* _PERIPHERALS_H_ */\r