4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 01:39:24 +08:00
2019-11-20 10:30:45 +08:00

17 lines
301 B
C

/*
* Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-07-11 wangyq the first version
*/
#ifndef DRV_GPIO_H__
#define DRV_GPIO_H__
int rt_hw_pin_init(void);
#endif