X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_stepper.h;h=e086065cadffa948ba46d7f73760c8796e66365f;hb=038e7e854053a17ee36f9c0cf309861f820a8d2a;hp=0893d7196cc483da83d2e6d6760c406f9302b7b6;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_stepper.h b/bertos/cfg/cfg_stepper.h index 0893d719..e086065c 100644 --- a/bertos/cfg/cfg_stepper.h +++ b/bertos/cfg/cfg_stepper.h @@ -56,14 +56,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