From a38fb18e829c58481ed2bdf491fc0c39f023ae30 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 27 Dec 2019 13:31:09 +0100 Subject: [PATCH] [CC1101] Fixed typo --- examples/CC1101/CC1101_Transmit/CC1101_Transmit.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CC1101/CC1101_Transmit/CC1101_Transmit.ino b/examples/CC1101/CC1101_Transmit/CC1101_Transmit.ino index 672bed0a..fb686c2f 100644 --- a/examples/CC1101/CC1101_Transmit/CC1101_Transmit.ino +++ b/examples/CC1101/CC1101_Transmit/CC1101_Transmit.ino @@ -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