Skip to content

Commit 2cd0ddd

Browse files
author
Veijo Pesonen
committed
Fixes a debug print
1 parent 362be1b commit 2cd0ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266/ESP8266.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ void ESP8266::_packet_handler()
370370
struct packet *packet = (struct packet*)malloc(
371371
sizeof(struct packet) + amount);
372372
if (!packet) {
373-
debug("Could not allocate memory for RX data");
373+
debug("Could not allocate memory for RX data\n");
374374
return;
375375
}
376376

0 commit comments

Comments
 (0)