Drop extra initializers for vars initialized by EEPROM code

This commit is contained in:
Scott Lahteine 2017-07-18 03:17:50 -05:00
parent 7afafb05b8
commit b0173ccdb9
7 changed files with 23 additions and 44 deletions

View file

@ -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: