4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 05:33:31 +08:00

17 lines
283 B
C
Raw Normal View History

/*
* Copyright (c) 2006-2021, YICHIP Technology Co.,Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-09-09 WSY first version
*/
#ifndef DRV_GPIO_H__
#define DRV_GPIO_H__
int rt_hw_pin_init(void);
#endif