From 8c1d0521c5a145082842ce43ba56951fc1ebdb9e Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 14 Jan 2024 16:29:57 +0100 Subject: [PATCH] [SX127x] Removed extra semicolons --- src/modules/RFM2x/RFM22.h | 2 +- src/modules/RFM2x/RFM23.h | 2 +- src/modules/SX127x/SX1276.h | 4 ++-- src/modules/SX127x/SX1277.h | 2 +- src/modules/SX127x/SX1278.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/RFM2x/RFM22.h b/src/modules/RFM2x/RFM22.h index 12317017..95a8177a 100644 --- a/src/modules/RFM2x/RFM22.h +++ b/src/modules/RFM2x/RFM22.h @@ -13,7 +13,7 @@ \class RFM22 \brief Only exists as alias for Si4432, since there seems to be no difference between %RFM22 and %Si4432 modules. */ -RADIOLIB_TYPE_ALIAS(Si4432, RFM22); +RADIOLIB_TYPE_ALIAS(Si4432, RFM22) #endif diff --git a/src/modules/RFM2x/RFM23.h b/src/modules/RFM2x/RFM23.h index fb7f0591..fa28a07e 100644 --- a/src/modules/RFM2x/RFM23.h +++ b/src/modules/RFM2x/RFM23.h @@ -13,7 +13,7 @@ \class RFM23 \brief Only exists as alias for Si4431, since there seems to be no difference between %RFM23 and %Si4431 modules. */ -RADIOLIB_TYPE_ALIAS(Si4431, RFM23); +RADIOLIB_TYPE_ALIAS(Si4431, RFM23) #endif diff --git a/src/modules/SX127x/SX1276.h b/src/modules/SX127x/SX1276.h index dd9907d5..c15f9812 100644 --- a/src/modules/SX127x/SX1276.h +++ b/src/modules/SX127x/SX1276.h @@ -73,13 +73,13 @@ class SX1276: public SX1278 { \class RFM95 \brief Only exists as alias for SX1276, since there seems to be no difference between %RFM95 and %SX1276 modules. */ -RADIOLIB_TYPE_ALIAS(SX1276, RFM95); +RADIOLIB_TYPE_ALIAS(SX1276, RFM95) /*! \class RFM96 \brief Only exists as alias for SX1276, since there seems to be no difference between %RFM96 and %SX1276 modules. */ -RADIOLIB_TYPE_ALIAS(SX1276, RFM96); +RADIOLIB_TYPE_ALIAS(SX1276, RFM96) #endif diff --git a/src/modules/SX127x/SX1277.h b/src/modules/SX127x/SX1277.h index 0289021f..fa2ac5ac 100644 --- a/src/modules/SX127x/SX1277.h +++ b/src/modules/SX127x/SX1277.h @@ -87,7 +87,7 @@ class SX1277: public SX1278 { \class RFM97 \brief Only exists as alias for SX1277, since there seems to be no difference between %RFM97 and %SX1277 modules. */ -RADIOLIB_TYPE_ALIAS(SX1277, RFM97); +RADIOLIB_TYPE_ALIAS(SX1277, RFM97) #endif diff --git a/src/modules/SX127x/SX1278.h b/src/modules/SX127x/SX1278.h index 685f08ee..2140430e 100644 --- a/src/modules/SX127x/SX1278.h +++ b/src/modules/SX127x/SX1278.h @@ -305,7 +305,7 @@ class SX1278: public SX127x { \class RFM98 \brief Only exists as alias for SX1278, since there seems to be no difference between %RFM98 and %SX1278 modules. */ -RADIOLIB_TYPE_ALIAS(SX1278, RFM98); +RADIOLIB_TYPE_ALIAS(SX1278, RFM98) #endif