examples/benchmark/kernel-core_avr/cfg/cfg_stepper.h
Go to the documentation of this file.00001 00039 #ifndef CFG_STEPPER_H 00040 #define CFG_STEPPER_H 00041 00047 #define STEPPER_LOG_LEVEL LOG_LVL_INFO 00048 00054 #define STEPPER_LOG_FORMAT LOG_FMT_TERSE 00055 00061 #define CONFIG_NUM_STEPPER_MOTORS 6 00062 00068 #define CONFIG_TC_STEPPER_MAX_NUM 6 00069 00070 #endif /* CFG_STEPPER_H */
