[RFM9x] Added CubeCell support

pull/401/head
jgromes 2021-10-27 21:16:15 +02:00
rodzic 20d5e2c422
commit f67549ff36
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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