View Single Post
  #1268 (permalink)  
Old 02-19-2012, 05:40 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by muziling View Post
https://gitorious.org/~acl/linux-on-...p-klt.c#line74

Code:
brightness_amber = data->leds[8].brightness;
brightness_green = data->leds[9].brightness;
should be
Code:
brightness_amber = data->leds[7].brightness;
brightness_green = data->leds[8].brightness;
yup already been fixed (but i guess forgot to commit).
__________________
Reply With Quote