rt-thread-official/bsp/k210/drivers/drv_gpio.h

17 lines
283 B
C
Raw Permalink Normal View History

2019-03-19 11:01:15 +08:00
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
2019-03-19 11:01:15 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-03-19 ZYH first version
*/
#ifndef DRV_GPIO_H__
#define DRV_GPIO_H__
int rt_hw_pin_init(void);
#endif