X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_stepper.h;h=0893d7196cc483da83d2e6d6760c406f9302b7b6;hb=b7be39427a8d818c10da11295bd28ba9b00e0628;hp=1a1dcd2d634ffa4edb5bf366163c10e4afd70eb2;hpb=d77cf6341f11dcd2afb319a91f5cdbeb9df6f00c;p=bertos.git diff --git a/bertos/cfg/cfg_stepper.h b/bertos/cfg/cfg_stepper.h index 1a1dcd2d..0893d719 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. $WIZARD = { "type" : "enum", "value_list" : "log_level" } +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ #define STEPPER_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. $WIZARD = { "type" : "enum", "value_list" : "log_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. $WIZARD = { "type" : "int", "min" : "0" } +/** + * Max number of the stepper motor. + * $WIZ$ type = "int" + * $WIZ$ min = "0" + */ #define CONFIG_NUM_STEPPER_MOTORS 6 -/// Max number of the timer usable on target to drive stepper motor. $WIZARD = { "type" : "int", "min" : "0" } +/** + * Max number of the timer usable on target to drive stepper motor. + * $WIZ$ type = "int" + * $WIZ$ min = "0" + */ #define CONFIG_TC_STEPPER_MAX_NUM 6 #endif /* CFG_STEPPER_H */