mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 13:58:36 +08:00
[bsp][driver] 初始化 BSP 中的 rt_pin_ops
This commit is contained in:
@@ -84,6 +84,10 @@ static struct rt_pin_ops am33xx_pin_ops =
|
||||
am33xx_pin_mode,
|
||||
am33xx_pin_write,
|
||||
am33xx_pin_read,
|
||||
RT_NULL,
|
||||
RT_NULL,
|
||||
RT_NULL,
|
||||
RT_NULL,
|
||||
};
|
||||
|
||||
int rt_hw_gpio_init(void)
|
||||
|
||||
Reference in New Issue
Block a user