From a01c6b3277e3c0d5c327824dbab22b1f4e92d8ad Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 20 Apr 2009 09:52:56 +0000 Subject: [PATCH] Fix phase driver configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2565 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_phase.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bertos/cfg/cfg_phase.h b/bertos/cfg/cfg_phase.h index f77eec63..034da94f 100644 --- a/bertos/cfg/cfg_phase.h +++ b/bertos/cfg/cfg_phase.h @@ -39,10 +39,18 @@ #ifndef CFG_PHASE_H #define CFG_PHASE_H -/// Max value of the duty cycle on triac. $WIZ$ type = "int" +/** + * Max value of the duty cycle on triac. + * $WIZ$ type = "int" + * $WIZ$ min = "1" + */ #define CONFIG_TRIAC_MAX_DUTY 100 -/// Max value of the triac power. $WIZ$ type = "int" +/** + * Max value of the triac power. + * $WIZ$ type = "int" + * $WIZ$ min = "1" + */ #define CONFIG_TRIAC_MAX_POWER 100 #endif /* CFG_PHASE_H */ -- 2.25.1