X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fpic32mx.c;h=bb3d69c16bc45654ddb9985e273de0bcdcdf9e7d;hb=98723c4ecdbe06f90c66f3abec27b792c3b38e34;hp=e19ee950552e29e9f4799259733d267cb313c3c2;hpb=d16968e24f5d9e436ae4e136cd27652c4c948203;p=openocd.git diff --git a/src/flash/pic32mx.c b/src/flash/pic32mx.c index e19ee95055..bb3d69c16b 100644 --- a/src/flash/pic32mx.c +++ b/src/flash/pic32mx.c @@ -883,7 +883,7 @@ COMMAND_HANDLER(pic32mx_handle_pgm_word_command) return ERROR_OK; } -static int pic32mx_register_commands(struct command_context_s *cmd_ctx) +static int pic32mx_register_commands(struct command_context *cmd_ctx) { command_t *pic32mx_cmd = register_command(cmd_ctx, NULL, "pic32mx", NULL, COMMAND_ANY, "pic32mx flash specific commands");