Drop extra initializers for vars initialized by EEPROM code
This commit is contained in:
parent
7afafb05b8
commit
b0173ccdb9
7 changed files with 23 additions and 44 deletions
|
|
@ -77,7 +77,7 @@ block_t* Stepper::current_block = NULL; // A pointer to the block currently bei
|
|||
#endif
|
||||
|
||||
#if HAS_MOTOR_CURRENT_PWM
|
||||
uint32_t Stepper::motor_current_setting[3] = PWM_MOTOR_CURRENT;
|
||||
uint32_t Stepper::motor_current_setting[3]; // Initialized by settings.load()
|
||||
#endif
|
||||
|
||||
// private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue