[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 0148fd70007ac079e776c
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-09 14:38:35
|
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 0148fd70007ac079e776cb6142eca7ec04efc3e8 (commit) from d7a5028e83f8ad9bf4cc7b6d017a19aa493b95f3 (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 0148fd70007ac079e776cb6142eca7ec04efc3e8 Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Mar 9 08:34:27 2021 -0600 Re-enabling RIG_TARGETABLE_PURE as WSJT-X expects it Will remove when WSJT-X removes it https://github.com/Hamlib/Hamlib/issues/414 diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 969f77b7..569dd367 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -476,7 +476,7 @@ typedef unsigned int vfo_t; #define RIG_TARGETABLE_NONE 0 #define RIG_TARGETABLE_FREQ (1<<0) #define RIG_TARGETABLE_MODE (1<<1) -//#define RIG_TARGETABLE_PURE (1<<2) // deprecated -- not used -- reuse it +#define RIG_TARGETABLE_PURE (1<<2) // deprecated -- not used -- reuse it #define RIG_TARGETABLE_TONE (1<<3) #define RIG_TARGETABLE_FUNC (1<<4) #define RIG_TARGETABLE_LEVEL (1<<5) ----------------------------------------------------------------------- Summary of changes: include/hamlib/rig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |