X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fatsame5.c;h=df423491787dc805f7a8f7f1265558b267658b6d;hp=833177e1a4f85009d0d43e3572f7af8855b0785f;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=b6ea92247de948579715379abb591e61e887e7a5 diff --git a/src/flash/nor/atsame5.c b/src/flash/nor/atsame5.c index 833177e1a4..df42349178 100644 --- a/src/flash/nor/atsame5.c +++ b/src/flash/nor/atsame5.c @@ -893,12 +893,14 @@ COMMAND_HANDLER(samd_handle_reset_deassert) static const struct command_registration same5_exec_command_handlers[] = { { .name = "dsu_reset_deassert", + .usage = "", .handler = samd_handle_reset_deassert, .mode = COMMAND_EXEC, .help = "Deasert internal reset held by DSU." }, { .name = "chip-erase", + .usage = "", .handler = same5_handle_chip_erase_command, .mode = COMMAND_EXEC, .help = "Erase the entire Flash by using the Chip-"