X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Favr-kern%2Fcfg%2Fcfg_stepper.h;fp=examples%2Favr-kern%2Fcfg%2Fcfg_stepper.h;h=0000000000000000000000000000000000000000;hb=02852d9a8d7887552b7cea69feabc2037cb7d1f5;hp=e086065cadffa948ba46d7f73760c8796e66365f;hpb=9add062a61029071c38f672621d89177d71f3b59;p=bertos.git diff --git a/examples/avr-kern/cfg/cfg_stepper.h b/examples/avr-kern/cfg/cfg_stepper.h deleted file mode 100644 index e086065c..00000000 --- a/examples/avr-kern/cfg/cfg_stepper.h +++ /dev/null @@ -1,70 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for stepper motor module. - * - * \version $Id$ - * \author Daniele Basile - */ - -#ifndef CFG_STEPPER_H -#define CFG_STEPPER_H - -/** - * Module logging level. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define STEPPER_LOG_LEVEL LOG_LVL_INFO - -/** - * Module logging format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define STEPPER_LOG_FORMAT LOG_FMT_TERSE - -/** - * 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. - * $WIZ$ type = "int" - * $WIZ$ min = 1 - */ -#define CONFIG_TC_STEPPER_MAX_NUM 6 - -#endif /* CFG_STEPPER_H */