X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fpsoc6.c;h=d3a4b3702e2ec726abe7a3bc91706d6ef6675bb0;hp=8a4121950d0ac47fdeefe160fff3e4c7077df5d4;hb=8a522d96c79aed654fc7273c7c5c3f680c91c333;hpb=0184ddba186fa618775865792e1eda9e86d9bb91 diff --git a/src/flash/nor/psoc6.c b/src/flash/nor/psoc6.c index 8a4121950d..d3a4b3702e 100644 --- a/src/flash/nor/psoc6.c +++ b/src/flash/nor/psoc6.c @@ -492,8 +492,7 @@ static const char *protection_to_str(uint8_t protection) /** *********************************************************************************************** * @brief psoc6_get_info Displays human-readable information about acquired device * @param bank current flash bank - * @param buf pointer to buffer for human-readable text - * @param buf_size size of the buffer + * @param cmd pointer to command invocation instance * @return ERROR_OK in case of success, ERROR_XXX code otherwise *************************************************************************************************/ static int psoc6_get_info(struct flash_bank *bank, struct command_invocation *cmd)