mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
fix a typo
SVN-Revision: 13512
This commit is contained in:
parent
ea86511fbf
commit
8107050ef9
@ -47,7 +47,7 @@ static struct gpio_button ap83_gpio_buttons[] __initdata = {
|
|||||||
.threshold = 5,
|
.threshold = 5,
|
||||||
.gpio = AP83_GPIO_BTN_RESET,
|
.gpio = AP83_GPIO_BTN_RESET,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
} , }
|
} , {
|
||||||
.desc = "jumpstart",
|
.desc = "jumpstart",
|
||||||
.type = EV_KEY,
|
.type = EV_KEY,
|
||||||
.code = BTN_1,
|
.code = BTN_1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user