Fix reverse polarity on WGT634U (was : green while booting, amber when ready)
SVN-Revision: 6958
This commit is contained in:
parent
449a4f4079
commit
5203f99da6
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ static struct platform_t __initdata platforms[] = {
|
|||
{ .name = "reset", .gpio = 1 << 2 },
|
||||
},
|
||||
.leds = {
|
||||
{ .name = "power", .gpio = 1 << 3, .polarity = REVERSE },
|
||||
{ .name = "power", .gpio = 1 << 3, .polarity = NORMAL },
|
||||
},
|
||||
},
|
||||
/* Trendware */
|
||||
|
|
Loading…
Reference in a new issue