Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbe01d23 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "Update to pdl 0.3.0" into main

parents c63722a3 f8a70bbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ impl State {
            let packet_vec: Vec<UciControlPacketHal> = packet.into();
            let packet_vec: Vec<UciControlPacketHal> = packet.into();
            for hal_packet in packet_vec.into_iter() {
            for hal_packet in packet_vec.into_iter() {
                serial
                serial
                    .write(&hal_packet.to_vec())
                    .write(&hal_packet.encode_to_vec().unwrap())
                    .map(|written| written as i32)
                    .map(|written| written as i32)
                    .map_err(|_| binder::StatusCode::UNKNOWN_ERROR)?;
                    .map_err(|_| binder::StatusCode::UNKNOWN_ERROR)?;
            }
            }