mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
missing newline
This commit is contained in:
parent
9c5d626e7d
commit
5c379c4a98
@ -272,10 +272,9 @@ void MeshService::sendToMesh(MeshPacket *p)
|
|||||||
// Note: We might return !OK if our fifo was full, at that point the only option we have is to drop it
|
// Note: We might return !OK if our fifo was full, at that point the only option we have is to drop it
|
||||||
int didSend = sendViaRadio.notifyObservers(p);
|
int didSend = sendViaRadio.notifyObservers(p);
|
||||||
if (!didSend) {
|
if (!didSend) {
|
||||||
DEBUG_MSG("No radio was able to send packet, discarding...");
|
DEBUG_MSG("No radio was able to send packet, discarding...\n");
|
||||||
releaseToPool(p);
|
releaseToPool(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user