Skip to content

Commit

Permalink
fix missing .usage field set in nrfx nor driver
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jun 28, 2019
1 parent 8614ce4 commit 5c215b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flash/nor/nrfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,7 @@ static const struct command_registration nrf5_exec_command_handlers[] = {
.handler = nrf5_handle_mass_erase_command,
.mode = COMMAND_EXEC,
.help = "Erase all flash contents of the chip.",
.usage = "",
},
COMMAND_REGISTRATION_DONE
};
Expand Down

0 comments on commit 5c215b7

Please sign in to comment.