Reformat.
[bertos.git] / bertos / cfg / cfg_phase.h
index 034da94f4b2ad3358c8531b864e4564209a3a870..1ed5107679a9f6bada7acbd833c8690eeae9e965 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for phase module.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
 /**
  * Max value of the duty cycle on triac.
  * $WIZ$ type = "int"
- * $WIZ$ min = "1"
+ * $WIZ$ min = 1
  */
 #define CONFIG_TRIAC_MAX_DUTY  100
 
 /**
  * Max value of the triac power.
  * $WIZ$ type = "int"
- * $WIZ$ min = "1"
+ * $WIZ$ min = 1
  */
 #define CONFIG_TRIAC_MAX_POWER 100