WIP: Layer 2-Implementierung #6
1 changed files with 2 additions and 0 deletions
|
@ -288,6 +288,8 @@ int main(int argc, char **argv)
|
|||
RESULT_CHECK(transmit(packet_buf, packet_size));
|
||||
}
|
||||
|
||||
connection_tx_clean_empty_packet(&l2conn);
|
||||
|
||||
LOG(LVL_DEBUG, "Burst finished: %zd packets sent.", burst_len);
|
||||
|
||||
if(!on_air) {
|
||||
|
|
Loading…
Reference in a new issue