[RFM2x] Added CubeCell support
This commit is contained in:
parent
2bdec154ad
commit
20d5e2c422
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
\brief Only exists as alias for Si4432, since there seems to be no difference between %RFM22 and %Si4432 modules.
|
\brief Only exists as alias for Si4432, since there seems to be no difference between %RFM22 and %Si4432 modules.
|
||||||
*/
|
*/
|
||||||
using RFM22 = Si4432;
|
RADIOLIB_TYPE_ALIAS(Si4432, RFM22);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
\brief Only exists as alias for Si4431, since there seems to be no difference between %RFM23 and %Si4431 modules.
|
\brief Only exists as alias for Si4431, since there seems to be no difference between %RFM23 and %Si4431 modules.
|
||||||
*/
|
*/
|
||||||
using RFM23 = Si4431;
|
RADIOLIB_TYPE_ALIAS(Si4431, RFM23);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue