Finish fixing build issues

This commit is contained in:
Blizzard Finnegan 2023-05-31 10:28:28 -04:00
parent 9b80808660
commit c69ead6670
No known key found for this signature in database
GPG key ID: CA68D42A2F00D450

View file

@ -136,7 +136,6 @@ fn main(){
} }
Err(_)=>{ Err(_)=>{
log::error!("Invalid serial location! Please make sure that /dev/serial/by-path exists."); log::error!("Invalid serial location! Please make sure that /dev/serial/by-path exists.");
break;
} }
} }
} }