From 1589389c3f3e268e74d3ae57a571d5aed1c05a6b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 30 Aug 2016 11:39:54 +0100 Subject: [PATCH] intel_gt_tuchuck.c: LED101 reset to GPIO338 A bios change to 395 was never made so this broke LED101 Signed-off-by: Brendan Le Foll --- src/x86/intel_gt_tuchuck.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/x86/intel_gt_tuchuck.c b/src/x86/intel_gt_tuchuck.c index c316b02..59bee40 100644 --- a/src/x86/intel_gt_tuchuck.c +++ b/src/x86/intel_gt_tuchuck.c @@ -620,8 +620,7 @@ mraa_gt_tuchuck_board() strncpy(b->pins[pos].name, "LED101", 8); b->pins[pos].capabilities = (mraa_pincapabilities_t){ 1, 1, 0, 0, 0, 0, 0, 0 }; - // if BIOS is pre-L then this is 338 - b->pins[pos].gpio.pinmap = 395; + b->pins[pos].gpio.pinmap = 338; pos++; strncpy(b->pins[pos].name, "LED102", 8);