Private
Public Access
2
0

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 <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-08-30 11:39:54 +01:00
parent bdbbfd03dd
commit 1589389c3f

View File

@@ -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);