embassy/.gitignore
Hans Josephsen e2d2b0f362 Currently the return value of write is broken, it never returns the
previous frame even when present.

This happens because a slice of length 64 is always passed to Frame::new
from within the `abort_pending_mailbox` function, causing `Frame::new`
to return None.

The fix is to take a subslice of length `data_length`.
2024-09-22 12:40:46 +02:00

9 lines
79 B
Plaintext

target
target_ci
target_ci_stable
Cargo.lock
third_party
/Cargo.toml
out/
.zed