[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
+2 -1
View File
@@ -587,7 +587,8 @@ const static struct rt_pin_ops imxrt_pin_ops =
imxrt_pin_read,
imxrt_pin_attach_irq,
imxrt_pin_detach_irq,
imxrt_pin_irq_enable
imxrt_pin_irq_enable,
RT_NULL,
};
int rt_hw_pin_init(void)