Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save...
[pub/lufa.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