Skip to content

Commit

Permalink
fix alice gate2 internet:green led (#6743)
Browse files Browse the repository at this point in the history
SVN-Revision: 22273
  • Loading branch information
ffainelli committed Jul 18, 2010
1 parent 2d87b1c commit f6935a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
+ },
+ {
+ .name = "internet:green",
+ .gpio = 25,
+ .gpio = 24,
+ .active_low = 1,
+ },
+ {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
+ },
+ {
+ .name = "internet:green",
+ .gpio = 25,
+ .gpio = 24,
+ .active_low = 1,
+ },
+ {
Expand Down

0 comments on commit f6935a4

Please sign in to comment.