cfg_stepper.h
Go to the documentation of this file.00001 00039 #ifndef CFG_STEPPER_H 00040 #define CFG_STEPPER_H 00041 00043 #define STEPPER_LOG_LEVEL LOG_LVL_INFO 00044 00046 #define STEPPER_LOG_FORMAT LOG_FMT_TERSE 00047 00049 #define CONFIG_NUM_STEPPER_MOTORS 6 00050 00052 #define CONFIG_TC_STEPPER_MAX_NUM 6 00053 00054 #endif /* CFG_STEPPER_H */
