mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
trunk fmt
This commit is contained in:
parent
568cc259af
commit
f5d323fdd3
@ -157,7 +157,8 @@ meshtastic_QueueStatus Router::getQueueStatus()
|
|||||||
meshtastic_QueueStatus qs;
|
meshtastic_QueueStatus qs;
|
||||||
qs.res = qs.mesh_packet_id = qs.free = qs.maxlen = 0;
|
qs.res = qs.mesh_packet_id = qs.free = qs.maxlen = 0;
|
||||||
return qs;
|
return qs;
|
||||||
} else return iface->getQueueStatus();
|
} else
|
||||||
|
return iface->getQueueStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
ErrorCode Router::sendLocal(meshtastic_MeshPacket *p, RxSource src)
|
ErrorCode Router::sendLocal(meshtastic_MeshPacket *p, RxSource src)
|
||||||
|
Loading…
Reference in New Issue
Block a user