mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Note
This commit is contained in:
parent
b9ee301756
commit
9637923284
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ where
|
|||
let last_len = (packet.len() % 255) as u8;
|
||||
let needed = (packet.len() / 255) + 1;
|
||||
|
||||
// TODO: multi page support
|
||||
let mut segments = Vec::with_capacity(needed);
|
||||
|
||||
for i in 0..needed {
|
||||
|
|
Loading…
Reference in a new issue