Update preset.
[bertos.git] / bertos / cfg / cfg_stepper.h
index 0893d7196cc483da83d2e6d6760c406f9302b7b6..2925fb664783085cdff38e551f94ffa0e7b4597b 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for stepper motor module.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
 /**
  * Max number of the stepper motor.
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_NUM_STEPPER_MOTORS    6
 
 /**
  * Max number of the timer usable on target to drive stepper motor.
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_TC_STEPPER_MAX_NUM    6