X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_phase.h;h=1ed5107679a9f6bada7acbd833c8690eeae9e965;hb=b46f64914c62fbb0297728280478681659469654;hp=f80b1ed0c7ca1c1b69ceb6c82c5398b3d6389a89;hpb=6184365e21d54c0e1f3461a45aaee4ad64558d77;p=bertos.git diff --git a/bertos/cfg/cfg_phase.h b/bertos/cfg/cfg_phase.h index f80b1ed0..1ed51076 100644 --- a/bertos/cfg/cfg_phase.h +++ b/bertos/cfg/cfg_phase.h @@ -32,17 +32,24 @@ * * \brief Configuration file for phase module. * - * \version $Id$ * \author Daniele Basile */ #ifndef CFG_PHASE_H #define CFG_PHASE_H -/// Max value of the duty cycle on triac. $WIZARD = { "type" : "int" } -#define TRIAC_MAX_DUTY 100 +/** + * 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. $WIZARD = { "type" : "int" } -#define TRIAC_MAX_POWER 100 +/** + * Max value of the triac power. + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ +#define CONFIG_TRIAC_MAX_POWER 100 #endif /* CFG_PHASE_H */