Fix phase driver configuration.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 09:52:56 +0000 (09:52 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 09:52:56 +0000 (09:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2565 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_phase.h

index f77eec63417b46e168f15acf5d1d06a86dafb375..034da94f4b2ad3358c8531b864e4564209a3a870 100644 (file)
 #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 */