Add sam3n bechmark into nightly test.
[bertos.git] / bertos / cfg / cfg_phase.h
index f80b1ed0c7ca1c1b69ceb6c82c5398b3d6389a89..1ed5107679a9f6bada7acbd833c8690eeae9e965 100644 (file)
  *
  * \brief Configuration file for phase module.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
 #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 */