From: lottaviano Date: Tue, 1 Sep 2009 14:41:47 +0000 (+0000) Subject: Update wizard support for serial HW handshake. X-Git-Tag: 2.2.0~123 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=505f66eae1b55bf337f8f765596121a10b5898c7;p=bertos.git Update wizard support for serial HW handshake. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2845 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 /**