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

Commit 9cd47200 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11926388 from dbf9a7e2 to 24Q3-release

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