/* * Copyright 2021 MindMotion Microelectronics Co., Ltd. * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __PIN_INIT_H__ #define __PIN_INIT_H__ #include "hal_common.h" void BOARD_InitPins(void); #endif /* __PIN_INIT_H__ */