Merge pull request #1664 from classabbyamp/kenwood-mode

kenwood.h: fix typo
pull/1665/head
Michael Black 2025-01-24 22:11:18 -06:00 zatwierdzone przez GitHub
commit 8309616e9b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -183,7 +183,7 @@ struct kenwood_priv_data
int save_k2_ext_lvl; // so we can restore to original
int save_k3_ext_lvl; // so we can restore to original -- for future use if needed
int voice_bank; /* last voice bank send for use by stop_voice_mem */
mode_t last_mode_pc; // last mode memory for PC command
rmode_t last_mode_pc; // last mode memory for PC command
int power_now,power_min,power_max;
};