parent
4672b6444c
commit
7e90047bba
|
|
@ -1572,9 +1572,7 @@ void setup()
|
||||||
#ifdef PAT9125
|
#ifdef PAT9125
|
||||||
fsensor_setup_interrupt();
|
fsensor_setup_interrupt();
|
||||||
#endif //PAT9125
|
#endif //PAT9125
|
||||||
for (uint8_t i = 0; i < 4; i++) {
|
eeprom_update_block(bowden_length, (uint16_t*)EEPROM_BOWDEN_LENGTH, sizeof(bowden_length));
|
||||||
bowden_length[i] = eeprom_read_word((uint16_t*) EEPROM_BOWDEN_LENGTH + i);
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifndef DEBUG_DISABLE_STARTMSGS
|
#ifndef DEBUG_DISABLE_STARTMSGS
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue