removed unused code
This commit is contained in:
parent
796079bb08
commit
9ee7a2124b
1 changed files with 0 additions and 33 deletions
|
@ -972,42 +972,9 @@ if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
|
||||||
case 2: _delay_ms(0); break;
|
case 2: _delay_ms(0); break;
|
||||||
case 3: _delay_ms(0); break;
|
case 3: _delay_ms(0); break;
|
||||||
}
|
}
|
||||||
// _delay_ms(100);
|
|
||||||
/*
|
|
||||||
#ifdef MESH_BED_LEVELING
|
|
||||||
_delay_ms(2000);
|
|
||||||
|
|
||||||
if (!READ(BTN_ENC))
|
|
||||||
{
|
|
||||||
WRITE(BEEPER, HIGH);
|
|
||||||
_delay_ms(100);
|
|
||||||
WRITE(BEEPER, LOW);
|
|
||||||
_delay_ms(200);
|
|
||||||
WRITE(BEEPER, HIGH);
|
|
||||||
_delay_ms(100);
|
|
||||||
WRITE(BEEPER, LOW);
|
|
||||||
|
|
||||||
int _z = 0;
|
|
||||||
calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
|
|
||||||
EEPROM_save_B(EEPROM_BABYSTEP_X, &_z);
|
|
||||||
EEPROM_save_B(EEPROM_BABYSTEP_Y, &_z);
|
|
||||||
EEPROM_save_B(EEPROM_BABYSTEP_Z, &_z);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
WRITE(BEEPER, HIGH);
|
|
||||||
_delay_ms(100);
|
|
||||||
WRITE(BEEPER, LOW);
|
|
||||||
}
|
|
||||||
#endif // mesh */
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
//_delay_ms(1000); // wait 1sec to display the splash screen // what's this and why do we need it?? - andre
|
|
||||||
}
|
|
||||||
KEEPALIVE_STATE(IN_HANDLER);
|
KEEPALIVE_STATE(IN_HANDLER);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue