rt-thread/bsp/stm32f40x/drivers/gpio.h

16 lines
281 B
C
Raw Normal View History

2015-01-20 15:55:52 +08:00
/*
2018-10-16 13:00:37 +08:00
* Copyright (c) 2006-2018, RT-Thread Development Team
2015-01-20 15:55:52 +08:00
*
2018-10-16 13:00:37 +08:00
* SPDX-License-Identifier: Apache-2.0
2015-01-20 15:55:52 +08:00
*
* Change Logs:
* Date Author Notes
* 2015-01-05 Bernard the first version
*/
#ifndef GPIO_H__
#define GPIO_H__
int stm32_hw_pin_init(void);
#endif