MCUXpresso_LPC55S16/devices/LPC55S16/project_template/board.c
2022-07-14 21:09:47 +08:00

25 lines
476 B
C

/*
* Copyright 2017-2019 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @file board.c
* @brief Board initialization file.
*/
/* This is an empty template for board specific configuration.*/
#include <stdint.h>
#include "board.h"
/**
* @brief Set up and initialize all required blocks and functions related to the board hardware.
*/
void BOARD_InitDebugConsole(void)
{
/* The user initialization should be placed here */
}