mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 18:09:15 +08:00
24 lines
770 B
C
24 lines
770 B
C
/*
|
|
* Copyright 2022 NXP
|
|
* All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
|
|
!!GlobalInfo
|
|
product: Peripherals v1.0
|
|
* BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
|
|
|
|
/*******************************************************************************
|
|
* Included files
|
|
******************************************************************************/
|
|
#include "peripherals.h"
|
|
|
|
/*******************************************************************************
|
|
* BOARD_InitBootPeripherals function
|
|
******************************************************************************/
|
|
void BOARD_InitBootPeripherals(void)
|
|
{
|
|
}
|