[bsp][driver] 初始化 BSP 中的 rt_pin_ops

This commit is contained in:
yangjie
2020-09-11 11:16:42 +08:00
parent 9d0b860e54
commit 38b3a3445e
31 changed files with 129 additions and 8 deletions
+4
View File
@@ -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)