Fix verify test
This commit is contained in:
parent
b527cc98af
commit
b703db4c09
@ -287,7 +287,10 @@ mod tests {
|
|||||||
|
|
||||||
// On with the test
|
// On with the test
|
||||||
let flash = flash.into_async();
|
let flash = flash.into_async();
|
||||||
let mut updater = FirmwareUpdater::new(flash.dfu(), flash.state());
|
let mut updater = FirmwareUpdater::new(FirmwareUpdaterConfig {
|
||||||
|
dfu: flash.dfu(),
|
||||||
|
state: flash.state(),
|
||||||
|
});
|
||||||
|
|
||||||
let mut aligned = [0; 4];
|
let mut aligned = [0; 4];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user