mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[bsp][driver] 初始化 BSP 中的 rt_pin_ops
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user