MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/eiq_examples/deepviewrt_labelimage/board_init.h
Yilin Sun 6baf4427ce
Updated to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-18 23:15:10 +08:00

26 lines
488 B
C

/*
* Copyright 2021 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _BOARD_INIT_H_
#define _BOARD_INIT_H_
#if defined(__cplusplus)
extern "C" {
#endif /* __cplusplus */
/*******************************************************************************
* Definitions
******************************************************************************/
void BOARD_Init();
#if defined(__cplusplus)
}
#endif /* __cplusplus */
#endif /* _BOARD_INIT_H_ */