Skip to content

Commit 3b44840

Browse files
committed
fw/kernel/system_versions: improve bootloader version printing
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent a1b3097 commit 3b44840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fw/kernel/system_versions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void command_version_info(void) {
228228
prompt_send_response_fmt(buffer, sizeof(buffer), "MCU Serial: %s", serial_str);
229229
}
230230

231-
prompt_send_response_fmt(buffer, sizeof(buffer), "Boot:%"PRIu32"\nHW:%s\nSN:%s",
231+
prompt_send_response_fmt(buffer, sizeof(buffer), "Boot:0x%08"PRIx32"\nHW:%s\nSN:%s",
232232
boot_version_read(), hw_version, serial_number);
233233

234234
ResourceVersion system_resources_version = resource_get_system_version();

0 commit comments

Comments
 (0)