diff --git a/Firmware/fsensor.cpp b/Firmware/fsensor.cpp index 85fc88857..8eef5a4fe 100644 --- a/Firmware/fsensor.cpp +++ b/Firmware/fsensor.cpp @@ -362,6 +362,7 @@ bool fsensor_oq_result(void) ISR(FSENSOR_INT_PIN_VECT) { + if (mmu_enabled) return; if (!((fsensor_int_pin_old ^ FSENSOR_INT_PIN_PIN_REG) & FSENSOR_INT_PIN_MASK)) return; fsensor_int_pin_old = FSENSOR_INT_PIN_PIN_REG; static bool _lock = false;