2022-06-24 22:28:36 +08:00

16 lines
260 B
C

/*
* 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__ */