[SX127x] Removed extra semicolons

pull/936/head
jgromes 2024-01-14 16:29:57 +01:00
rodzic c1bf281f21
commit 8c1d0521c5
5 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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