Fix xmodem configuration.
[bertos.git] / bertos / cfg / cfg_xmodem.h
index 2922d0574bfdaf9650eef9da2ffbc17cf6c16a05..eb8897f4ef10fdc10af8ee24075de6ae1f3f1143 100644 (file)
 /**
  * Max retries before giving up.
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_XMODEM_MAXRETRIES     15
 
 /**
  * Max retries before switching to BCC.
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_XMODEM_MAXCRCRETRIES   7