Explorar el Código

ymodem: increase the default RYM_CHD_INTV_TICK

Frequent 'C' on the handshake will confuse some sender(lrzsz for
example).
Grissiom hace 11 años
padre
commit
2aa51d42f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/utilities/ymodem/ymodem.h

+ 1 - 1
components/utilities/ymodem/ymodem.h

@@ -52,7 +52,7 @@ enum rym_code {
 #endif
 /* how many ticks between two handshake code. */
 #ifndef RYM_CHD_INTV_TICK
-#define RYM_CHD_INTV_TICK (RT_TICK_PER_SECOND / 4)
+#define RYM_CHD_INTV_TICK (RT_TICK_PER_SECOND * 3)
 #endif
 
 enum rym_stage {