From 505f66eae1b55bf337f8f765596121a10b5898c7 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Tue, 1 Sep 2009 14:41:47 +0000 Subject: [PATCH] Update wizard support for serial HW handshake. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2845 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_ser.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_ser.h b/bertos/cfg/cfg_ser.h index a755e1ed..81332806 100644 --- a/bertos/cfg/cfg_ser.h +++ b/bertos/cfg/cfg_ser.h @@ -172,7 +172,11 @@ */ #define CONFIG_SER_RXTIMEOUT -1 -/// Use RTS/CTS handshake. $WIZ$ type = "boolean" +/** + * Use RTS/CTS handshake. + * $WIZ$ type = "boolean" + * $WIZ$ supports = "False" + */ #define CONFIG_SER_HWHANDSHAKE 0 /** -- 2.25.1