From: Jan Losinski Date: Thu, 12 Jan 2017 21:51:05 +0000 (+0100) Subject: Enable full port A as output on 6022BL X-Git-Tag: sigrok-firmware-fx2lafw-0.1.5~4 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=f6eb6aeceec7f1920b7814eeb87c635623ae6746;p=sigrok-firmware-fx2lafw.git Enable full port A as output on 6022BL Signed-off-by: Jan Losinski --- diff --git a/hantek_6022bl.c b/hantek_6022bl.c index fc2c5812..d1ff045e 100644 --- a/hantek_6022bl.c +++ b/hantek_6022bl.c @@ -439,7 +439,7 @@ static void main(void) PORTCCFG = 0; PORTACFG = 0; OEC = 0xff; - OEA = 0x80; + OEA = 0xff; while (TRUE) { if (dosud) {