[CC1101] Fixed typo

This commit is contained in:
jgromes 2019-12-27 13:31:09 +01:00
parent e7c44f3e26
commit a38fb18e82

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