Change RIG_PASSBAND_NORMAL to -2 to avoid colliding with Yaesu 0 bandwidth

https://github.com/Hamlib/Hamlib/issues/396
pull/412/head
Michael Black W9MDB 2020-10-05 14:53:40 -05:00
rodzic 9b26a4e957
commit b7f73a3b46
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -490,7 +490,7 @@ typedef unsigned int vfo_t;
* \brief Macro for bandpass to be set to normal
* \def RIG_PASSBAND_NORMAL
*/
#define RIG_PASSBAND_NORMAL s_Hz(0)
#define RIG_PASSBAND_NORMAL s_Hz(-2) // was 0 but collided with Yasue SH00; capability
/**
* \brief Macro for bandpass to be left alone
*/