sys/suit: fix use w/o progress bar

apply change
This commit is contained in:
Firas Hamdi 2020-11-30 14:47:35 +01:00
parent 6e658868e0
commit 398889cafa

View File

@ -96,6 +96,8 @@ static inline void _print_download_progress(suit_manifest_t *manifest,
puts("");
}
}
#else
(void) image_size;
#endif
}
#endif