From 0c26b45fea2f58a6959b946af412a267fcb34f2e Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 20 Apr 2009 12:25:57 +0000 Subject: [PATCH] Fix pocketbus config. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2580 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_pocketbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_pocketbus.h b/bertos/cfg/cfg_pocketbus.h index 263e32a7..687e535d 100644 --- a/bertos/cfg/cfg_pocketbus.h +++ b/bertos/cfg/cfg_pocketbus.h @@ -43,7 +43,7 @@ /** *Buffer len for pockebus protocol. * $WIZ$ type = "int" - * $WIZ$ min = "0" + * $WIZ$ min = 2 */ #define CONFIG_POCKETBUS_BUFLEN 128 -- 2.25.1