X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_stepper.h;h=e086065cadffa948ba46d7f73760c8796e66365f;hb=7e58f84c6b90dec34aab214708895e264389f9a6;hp=590e3c574dd93e4529d067eaf0af163c06bcb9ad;hpb=515886be3106584a6d695d4b5453730121b91f74;p=bertos.git diff --git a/bertos/cfg/cfg_stepper.h b/bertos/cfg/cfg_stepper.h index 590e3c57..e086065c 100644 --- a/bertos/cfg/cfg_stepper.h +++ b/bertos/cfg/cfg_stepper.h @@ -39,16 +39,32 @@ #ifndef CFG_STEPPER_H #define CFG_STEPPER_H -/// Module logging level. +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ #define STEPPER_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. +/** + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ #define STEPPER_LOG_FORMAT LOG_FMT_TERSE -/// Max number of the stepper motor. +/** + * Max number of the stepper motor. + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_NUM_STEPPER_MOTORS 6 -/// Max number of the timer usable on target to drive stepper motor. +/** + * Max number of the timer usable on target to drive stepper motor. + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_TC_STEPPER_MAX_NUM 6 #endif /* CFG_STEPPER_H */