[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

@@ -351,6 +351,7 @@ const static struct rt_pin_ops _nrf5x_pin_ops =
nrf5x_pin_attach_irq,
nrf5x_pin_dettach_irq,
nrf5x_pin_irq_enable,
RT_NULL,
};
int rt_hw_pin_init(void)