MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/azure_rtos_examples/filex_sdcard/board_setup.h
2022-04-08 22:46:35 +08:00

22 lines
258 B
C

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