[CC1101] Fixed typo

pull/103/head
jgromes 2019-12-27 13:31:09 +01:00
rodzic e7c44f3e26
commit a38fb18e82
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@
// GDO0 pin: 2
// RST pin: unused
// GDO2 pin: 3 (optional)
CC1101 cc1 = new Module(10, 2, RADIOLIB_PIN_UNUSED, 3);
CC1101 cc = new Module(10, 2, RADIOLIB_PIN_UNUSED, 3);
// or using RadioShield
// https://github.com/jgromes/RadioShield