Searching for solution for vals::Omask not found. Is found locally, but not on build server

This commit is contained in:
anton smeenk
2023-10-28 08:58:08 +02:00
parent 26e37c673d
commit a03407d08c
3 changed files with 11 additions and 21 deletions

View File

@ -115,7 +115,6 @@ async fn main(spawner: Spawner) {
let mut buf_20 = [0; 20]; // buffer is shorter than master will send: wait for STOP condition
let mut buf_20a = [0; 20];
let mut buf_2 = [0; 2];
let mut buf_1 = [0; 1];
let mut errors = 0;
let mut address = 0;
let mut dir = Dir::READ;