1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15525 from firas-hamdi/fix/suit_coap_wo_progressbar

sys/suit: fix use w/o progress bar
This commit is contained in:
benpicco 2020-12-03 09:34:38 +01:00 committed by GitHub
commit 72621bcfcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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