make motor_current_setting static and constexpr
This commit is contained in:
parent
111260f407
commit
117db77c55
|
@ -134,7 +134,7 @@ class Stepper {
|
|||
#ifndef PWM_MOTOR_CURRENT
|
||||
#define PWM_MOTOR_CURRENT DEFAULT_PWM_MOTOR_CURRENT
|
||||
#endif
|
||||
const int motor_current_setting[3] = PWM_MOTOR_CURRENT;
|
||||
static constexpr int motor_current_setting[3] = PWM_MOTOR_CURRENT;
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue