[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

View File

@@ -294,6 +294,7 @@ static const struct rt_pin_ops ops =
raspi_pin_attach_irq,
raspi_pin_detach_irq,
raspi_pin_irq_enable,
RT_NULL,
};
#endif