raiden00pl commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007782654
########## canutils/lely-canopen/Makefile: ########## @@ -170,25 +170,34 @@ MAINSRC = $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo found -ifeq ($(wildcard $(LELYCANOPEN_SRCNAME)/.git),) Review Comment: @simbit18 with this check with `.git` you can keep your custom git repository with your own patches. I think this is a good approach. For this patch I removed it because for some reason it fixed the compilation, but the real problem was somewhere else, so this change is no longer necessary -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org