[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-1-g33ce152d
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-09 14:28:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 33ce152d35b8d71199b340d4beb9b3323baffa32 (commit) from 6f8100ffc0ba555b8dae96a56d61fefbb7624c06 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 33ce152d35b8d71199b340d4beb9b3323baffa32 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jul 9 06:47:45 2020 -0500 Add debug to ft857.c diff --git a/rigs/yaesu/ft857.c b/rigs/yaesu/ft857.c index 518f7ba8..c58beb99 100644 --- a/rigs/yaesu/ft857.c +++ b/rigs/yaesu/ft857.c @@ -913,6 +913,9 @@ int ft857_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width) if (vfo != RIG_VFO_CURR) { + rig_debug(RIG_DEBUG_ERR, "%s: must have RIG_VFO_CURR, got %s\n", + rig_strvfo(RIG_VFO_CURR), rig_strvfo(vfo)); + return -RIG_ENTARGET; } ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft857.c | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |