Fixed Device mode HID Class driver not explicitly initializing the ReportSize paramet...
[pub/USBasp.git] / Projects / AVRISP / Lib / V2ProtocolTarget.c
index c36295e..d06f065 100644 (file)
@@ -92,8 +92,8 @@ void V2Protocol_ChangeTargetResetLine(bool ResetTarget)
        }\r
        else\r
        {\r
-               RESET_LINE_PORT &= ~RESET_LINE_MASK;\r
                RESET_LINE_DDR  &= ~RESET_LINE_MASK;\r
+               RESET_LINE_PORT &= ~RESET_LINE_MASK;\r
        }\r
 }\r
 \r