[SX127x] Removed extra semicolons
This commit is contained in:
parent
c1bf281f21
commit
8c1d0521c5
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue