apache / mynewt-mcumgr

Apache mynewt
https://mynewt.apache.org/
99 stars 76 forks source link

Fix build_num in image_version string conversion #66

Closed benmccrea closed 4 years ago

benmccrea commented 4 years ago

In img_mgmt_ver_str()the iv_revision field was getting converted twice instead of iv_build_num, resulting in the incorrect version string output.