Skip to content

Commit c49c893

Browse files
authored
Remove unused debug print statement
Removed commented out debug print statement.
1 parent 6efeda2 commit c49c893

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Unit/RF433/RF433.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ void loop()
198198
}
199199
vRingbufferReturnItem(rb, (void*)item);
200200
} else {
201-
// Serial.printf("mmp????\r\n");
202201
if (revicecnt != 0) {
203202
Serial.printf("Revice %d\r\n", revicecnt);
204203
M5.Lcd.fillRect(0, 20, 320, 220, TFT_RED);
@@ -212,4 +211,4 @@ void loop()
212211

213212
delay(10);
214213
M5.update();
215-
}
214+
}

0 commit comments

Comments
 (0)