[RFM9x] Added CubeCell support

This commit is contained in:
jgromes 2021-10-27 21:16:15 +02:00
parent 20d5e2c422
commit f67549ff36

View file

@ -79,7 +79,7 @@ class RFM96: public SX1278 {
\brief Only exists as alias for RFM96, since there seems to be no difference between %RFM96 and %RFM98 modules.
*/
using RFM98 = RFM96;
RADIOLIB_TYPE_ALIAS(RFM96, RFM98);
#endif