X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_stepper.h;h=2925fb664783085cdff38e551f94ffa0e7b4597b;hb=1c11ac0ab0636d07db3899b02c5d89e2d0b020bc;hp=0893d7196cc483da83d2e6d6760c406f9302b7b6;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_stepper.h b/bertos/cfg/cfg_stepper.h index 0893d719..2925fb66 100644 --- a/bertos/cfg/cfg_stepper.h +++ b/bertos/cfg/cfg_stepper.h @@ -32,7 +32,6 @@ * * \brief Configuration file for stepper motor module. * - * \version $Id$ * \author Daniele Basile */ @@ -56,14 +55,14 @@ /** * 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