Skip to content
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 drivers/flash/flash_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ static int cmd_page_info(const struct shell *sh, size_t argc, char *argv[])

#if DT_HAS_COMPAT_STATUS_OKAY(fixed_partitions)
#define PRINT_PARTITION_INFO(part) \
shell_print(sh, "%-32s %-15s 0x%08x %d Kb", DT_NODE_FULL_NAME(part), \
shell_print(sh, "%-32s %-15s 0x%08x %d KiB", DT_NODE_FULL_NAME(part), \
DT_PROP_OR(part, label, ""), DT_REG_ADDR(part), DT_REG_SIZE(part) / 1024);

static int cmd_partitions(const struct shell *sh, size_t argc, char *argv[])
Expand Down