unittests for UDP TC server

This commit is contained in:
2022-09-11 16:20:30 +02:00
parent 13f4852c89
commit fe70982669
4 changed files with 95 additions and 7 deletions

View File

@ -87,7 +87,7 @@ fn core_tc_handling(udp_tmtc_server: &mut UdpTmtcServer) -> bool {
println!("IO error {e}");
false
}
ReceiveResult::WouldBlock => false,
ReceiveResult::NothingReceived => false,
},
}
}