[CC1101] Fixed typo
This commit is contained in:
parent
e7c44f3e26
commit
a38fb18e82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue