You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pkarashchenko (via GitHub)" <gi...@apache.org> on 2023/09/22 17:17:18 UTC

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10780: bcm43xxx: remove unuse function

pkarashchenko commented on code in PR #10780:
URL: https://github.com/apache/nuttx/pull/10780#discussion_r1334643681


##########
tools/configure.sh:
##########
@@ -270,6 +270,9 @@ if [ -z "${appdir}" ]; then
 
     if [ -d "${TOPDIR}/../apps-${CONFIG_VERSION_STRING}" ]; then
       appdir="../apps-${CONFIG_VERSION_STRING}"
+    else
+        echo "ERROR: Could not find the path to the appdir"

Review Comment:
   I think this is unrelated change



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org