[CC1101] Fixed incorrect variable name

This commit is contained in:
jgromes 2019-12-27 13:27:28 +01:00
parent 8e9ac59815
commit e7c44f3e26
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -20,7 +20,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