HF_MFSDSAL: turn HF field off

This commit is contained in:
Philippe Teuwen 2020-10-06 00:38:30 +02:00
parent 8691d3b77f
commit fb90c078ff

View file

@ -305,6 +305,8 @@ void RunMod(void) {
DbpString("\n"_YELLOW_("!!") "Waiting for a card reader...");
}
}
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
LED_D_OFF();
} else if (state == STATE_EMU) {
LED_A_OFF();
LED_C_ON();