We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702eea6 commit cb0f4efCopy full SHA for cb0f4ef
test/unit-test/README.md
@@ -33,7 +33,7 @@ Go to the root directory of the FreeRTOS+TCP repo and run the following script:
33
#!/bin/bash
34
# This script should be run from the root directory of the FreeRTOS+TCP repo.
35
36
-if [[ ! -f FreeRTOS_IP.c ]]; then
+if [[ ! -d source ]]; then
37
echo "Please run this script from the root directory of the FreeRTOS+TCP repo."
38
exit 1
39
fi
0 commit comments