Try to fix a strange issue on FAGCI Spectrum exit

This commit is contained in:
Armel FAUVEAU
2024-04-02 19:06:45 +02:00
parent 96664f93b9
commit 95d2b1f4ec

View File

@@ -248,6 +248,8 @@ static void RestoreRegisters() {
for (uint32_t i = 0; i < ARRAY_SIZE(registers_to_save); i++){
BK4819_WriteRegister(registers_to_save[i], registers_stack[i]);
}
gVfoConfigureMode = VFO_CONFIGURE;
}
static void ToggleAFDAC(bool on) {