]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Remove obsolete and unused DEBUG code.
authorUwe Hermann <redacted>
Wed, 18 Jul 2012 16:52:59 +0000 (18:52 +0200)
committerUwe Hermann <redacted>
Sun, 22 Jul 2012 16:06:17 +0000 (18:06 +0200)
fx2lafw.c

index e376443a3d527b45fc1629a7f3d829fb813f12e8..73fbf2032239f0a84a1c900d0cbfe24b2f55f525 100644 (file)
--- a/fx2lafw.c
+++ b/fx2lafw.c
@@ -163,17 +163,11 @@ BOOL handle_set_interface(BYTE ifc, BYTE alt_ifc)
        /* (2) Reset data toggles of the EPs in the interface. */
        /* Note: RESETTOGGLE() gets the EP number WITH bit 7 set/cleared. */
        RESETTOGGLE(0x82);
-#ifdef DEBUG
-       RESETTOGGLE(0x86);
-#endif
 
        /* (3) Restore EPs to their default conditions. */
        /* Note: RESETFIFO() gets the EP number WITHOUT bit 7 set/cleared. */
        RESETFIFO(0x02);
        /* TODO */
-#ifdef DEBUG
-       RESETFIFO(0x06);
-#endif
 
        /* (4) Clear the HSNAK bit. Not needed, fx2lib does this. */