From a4b71e4e11cee76d8055f5b110ffcc3f2f3a9314 Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 20 Apr 2009 12:25:40 +0000 Subject: [PATCH] Fix xmodem configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2579 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_xmodem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/cfg/cfg_xmodem.h b/bertos/cfg/cfg_xmodem.h index 2922d057..eb8897f4 100644 --- a/bertos/cfg/cfg_xmodem.h +++ b/bertos/cfg/cfg_xmodem.h @@ -52,14 +52,14 @@ /** * 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 -- 2.25.1