Do not spin in scratch PMC handling

This commit is contained in:
Jeremy Soller
2020-02-24 14:08:16 -07:00
parent 8d0bab01f7
commit f1cf00bdb8
7 changed files with 54 additions and 22 deletions

View File

@ -100,7 +100,6 @@ unsafe fn flash(path: &str) -> Result<(), Error> {
}
{
print!("ec version: ");
let mut data = [0; 256];
let size = ec.version(&mut data)?;