Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcuboot/Kconfig: update hash commit to include fix for compilation warnings #902

Merged
merged 1 commit into from
Nov 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boot/mcuboot/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if BOOT_MCUBOOT

config MCUBOOT_VERSION
string "MCUboot version"
default "5e762643778454ca9a1f872e3dfdef6490204f96"
default "7c890f4b075aed73e4c825ccf875b2fb9ebf2ded"

config MCUBOOT_ENABLE_LOGGING
bool "Enable MCUboot logging"
Expand Down