Fixed debug macro

This commit is contained in:
Jan Gromeš 2018-07-04 10:25:15 +02:00
parent a658437dfd
commit 514c96ea8a

View file

@ -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 == ");