pull/1808/head
Daniele Forsi IU5HKX 2025-07-20 10:31:58 +02:00
rodzic 9afdfc5de3
commit d536f0ec93
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -640,7 +640,7 @@ AS_IF([test "x$enable_pytest" = "xyes"],
)]
)
# "check" is replaced by the rsult ("yes" or "no")
# "check" is replaced by the result ("yes" or "no")
enable_pytest=$have_pytest
AC_SUBST([enable_pytest])

Wyświetl plik

@ -111,7 +111,7 @@ struct rig_state {
int twiddle_timeout; /*!< timeout to resume from twiddling */
// uplink allows gpredict to behave better by no reading the uplink VFO
int uplink; /*!< uplink=1 will not read Sub, uplink=2 will not read Main */
struct rig_cache_deprecated cache; // Only here for backward compatability
struct rig_cache_deprecated cache; // Only here for backward compatibility
int vfo_opt; /*!< Is -o switch turned on? */
int auto_power_on; /*!< Allow Hamlib to power on rig
automatically if supported */

Wyświetl plik

@ -229,7 +229,7 @@ int main(int argc, char *argv[])
if (!rig_has_get_level(rig, RIG_LEVEL_STRENGTH))
{
fprintf(stderr,
"rig backend for %s could not get S-Meter"
"rig backend for %s could not get S-Meter\n"
"or has insufficient capability\nSorry\n",
rig->caps->model_name);
exit(3);