pkarashchenko commented on a change in pull request #5966:
URL: https://github.com/apache/incubator-nuttx/pull/5966#discussion_r841109523
##########
File path: tools/jlink-nuttx.c
##########
@@ -347,6 +359,13 @@ static int update_pidhash(struct plugin_priv_s *priv)
return -ENOMEM;
}
+ priv->regsaddr = REALLOC(priv->regsaddr, npidhash * sizeof(uint32_t *));
Review comment:
Please fix long line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]