From 514c96ea8a0da78b2a4c1f01e61e8e831bec5554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Wed, 4 Jul 2018 10:25:15 +0200 Subject: [PATCH] Fixed debug macro --- src/modules/RF69.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/RF69.cpp b/src/modules/RF69.cpp index d7eaa5e3..daf2447d 100644 --- a/src/modules/RF69.cpp +++ b/src/modules/RF69.cpp @@ -16,7 +16,7 @@ uint8_t RF69::begin() { if(version == 0x24) { flagFound = true; } else { - #ifdef DEBUG + #ifdef KITELIB_DEBUG Serial.print("RF69 not found! ("); Serial.print(i + 1); Serial.print(" of 10 tries) RF69_REG_VERSION == ");