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