mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 21:13:07 +01:00
Fix typo in AGPF_S0 reset button definition
SVN-Revision: 19160
This commit is contained in:
parent
393835a5d9
commit
f623119680
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ static struct board_info __initdata board_AGPFS0 = {
|
|||
},
|
||||
},
|
||||
|
||||
.reset_btn = 37; /* sw2 */
|
||||
.reset_btn = 37, /* sw2 */
|
||||
/* sw1 is connected to gpio34*/
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue