try to fix LIN_ADVANCE for 32bit
This commit is contained in:
@@ -1608,7 +1608,7 @@ void Temperature::isr() {
|
||||
|
||||
// Allow UART and stepper ISRs
|
||||
DISABLE_TEMPERATURE_INTERRUPT(); //Disable Temperature ISR
|
||||
#if !defined(CPU_32_BIT)
|
||||
#ifndef CPU_32_BIT
|
||||
sei();
|
||||
#endif
|
||||
|
||||
@@ -2114,7 +2114,7 @@ void Temperature::isr() {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(CPU_32_BIT)
|
||||
#ifndef CPU_32_BIT
|
||||
cli();
|
||||
#endif
|
||||
in_temp_isr = false;
|
||||
|
||||
Reference in New Issue
Block a user