This commit is contained in:
2022-09-11 15:23:11 +02:00
parent 35942aadb6
commit 13f4852c89
3 changed files with 29 additions and 10 deletions

View File

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