4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 03:43:30 +08:00

16 lines
281 B
C
Raw Normal View History

2015-01-20 07:55:52 +00:00
/*
2018-10-16 13:00:37 +08:00
* Copyright (c) 2006-2018, RT-Thread Development Team
2015-01-20 07:55:52 +00:00
*
2018-10-16 13:00:37 +08:00
* SPDX-License-Identifier: Apache-2.0
2015-01-20 07:55:52 +00: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