ftdi_ft4222.c: Fixed bug in gpio configuration
Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
799f1409b9
commit
bf803209aa
@@ -526,6 +526,7 @@ mraa_ftdi_ft4222()
|
||||
sprintf(name, "Pin%d", pinIndex);
|
||||
strncpy(sub_plat->pins[pinIndex].name, name, 8);
|
||||
sub_plat->pins[pinIndex].capabilites = pinCapsGpio;
|
||||
sub_plat->pins[pinIndex].gpio.mux_total = 0;
|
||||
}
|
||||
|
||||
int bus = 0;
|
||||
|
||||
Reference in New Issue
Block a user