From: n0nb <n0...@us...> - 2025-09-27 12:39:36
|
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 44eaded28388f4368b938acd5332c51e41b86ff9 (commit) via 50fc454a0b6731ffa110a8031ecc777d78d0fcba (commit) from 1ecf72171490ddb493fefb9bce197b5d648783e3 (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 44eaded28388f4368b938acd5332c51e41b86ff9 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Thu Sep 25 00:13:08 2025 +0200 Fix Doxygen description diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 8ab47b8ff..ec6400b19 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -1437,8 +1437,8 @@ typedef uint64_t rmode_t; #define RIG_MODE_USBD2 CONSTANT_64BIT_FLAG (41) /*!< \c USB-D2 for some rigs */ #define RIG_MODE_USBD3 CONSTANT_64BIT_FLAG (42) /*!< \c USB-D3 for some rigs */ #define RIG_MODE_LSBD1 CONSTANT_64BIT_FLAG (43) /*!< \c LSB-D1 for some rigs */ -#define RIG_MODE_LSBD2 CONSTANT_64BIT_FLAG (44) /*!< \c LSB-D1 for some rigs */ -#define RIG_MODE_LSBD3 CONSTANT_64BIT_FLAG (45) /*!< \c LSB-D1 for some rigs */ +#define RIG_MODE_LSBD2 CONSTANT_64BIT_FLAG (44) /*!< \c LSB-D2 for some rigs */ +#define RIG_MODE_LSBD3 CONSTANT_64BIT_FLAG (45) /*!< \c LSB-D3 for some rigs */ #define RIG_MODE_WFMS CONSTANT_64BIT_FLAG (46) /*!< \c broadcast wide FM stereo for some rigs */ #define RIG_MODE_BIT47 CONSTANT_64BIT_FLAG (47) /*!< \c reserved for future expansion */ #define RIG_MODE_BIT48 CONSTANT_64BIT_FLAG (48) /*!< \c reserved for future expansion */ commit 50fc454a0b6731ffa110a8031ecc777d78d0fcba Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Wed Sep 24 20:35:44 2025 +0200 Remove duplicated define Fixes: ../include/hamlib/rotlist.h:237: Warning 322: Redundant redeclaration of identifier 'ROT_MODEL_RT21' ignored, diff --git a/include/hamlib/rotlist.h b/include/hamlib/rotlist.h index e50fdc46d..94e91e6ec 100644 --- a/include/hamlib/rotlist.h +++ b/include/hamlib/rotlist.h @@ -234,7 +234,6 @@ #define ROT_MODEL_ERC ROT_MAKE_MODEL(ROT_ROTOREZ, 4) #define ROT_MODEL_RT21 ROT_MAKE_MODEL(ROT_ROTOREZ, 5) #define ROT_MODEL_YRC1 ROT_MAKE_MODEL(ROT_ROTOREZ, 6) -#define ROT_MODEL_RT21 ROT_MAKE_MODEL(ROT_ROTOREZ, 5) /** The `SARTEK` family. */ ----------------------------------------------------------------------- Summary of changes: include/hamlib/rig.h | 4 ++-- include/hamlib/rotlist.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |