]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Enable full port A as output on 6022BL
authorJan Losinski <redacted>
Thu, 12 Jan 2017 21:51:05 +0000 (22:51 +0100)
committerUwe Hermann <redacted>
Fri, 27 Jan 2017 00:04:03 +0000 (01:04 +0100)
Signed-off-by: Jan Losinski <redacted>
hantek_6022bl.c

index fc2c5812ef4e189372330fc36b89bd11163a2394..d1ff045eae2f2412f4256c112c501eb2427f343f 100644 (file)
@@ -439,7 +439,7 @@ static void main(void)
        PORTCCFG = 0;
        PORTACFG = 0;
        OEC = 0xff;
-       OEA = 0x80;
+       OEA = 0xff;
 
        while (TRUE) {
                if (dosud) {