mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 22:34:19 +08:00
Merge pull request #3897 from yangjie11/yj_dev1
[components][driver/pin.c]pin 框架增加 rt_pin_get
This commit is contained in:
@@ -221,6 +221,7 @@ static struct rt_pin_ops loongson_pin_ops = {
|
||||
.pin_attach_irq = loongson_pin_attach_irq,
|
||||
.pin_detach_irq = loongson_pin_detach_irq,
|
||||
.pin_irq_enable = loongson_pin_irq_enable,
|
||||
.pin_get = RT_NULL,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user