Skip to content

Commit

Permalink
ymodem: increase the default RYM_CHD_INTV_TICK
Browse files Browse the repository at this point in the history
Frequent 'C' on the handshake will confuse some sender(lrzsz for
example).
  • Loading branch information
grissiom committed Jul 15, 2014
1 parent ff1eb2c commit 2aa51d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/utilities/ymodem/ymodem.h
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 2aa51d4

Please sign in to comment.