Skip to content

Commit e1ce7e4

Browse files
committed
more helper documentation
1 parent 0174973 commit e1ce7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fileName=${0##*/}
44
if [ "$#" -ne 1 ]; then
55
echo "one argument expected after './$fileName'"
6-
echo "Options are: build, cross-setup, cross, clean"
6+
echo "Options are: build, cross-setup, cross, clean, gtest-setup"
77
exit 1
88
elif [ "$1" == "build" ]; then
99
./deploy.sh clean

run_profiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern volatile int32_t MAXIMUM_CRAWL_TIME;
2929

3030
**2)** Add a pointer to the parameter to `PARAMETER_ARR`. The order of `PARAMETER_ARR` MUST match the order in which the parameters are declared & listed in the file.
3131

32-
**3)** Instantiate the parameter in the global namespace in `load_software_paramwters()`. Instantiate it to a safe default value.
32+
**3)** Instantiate the parameter in the global namespace in `load_software_parameters()`. Instantiate it to a safe default value.
3333

3434
**4)** Add the parameter to your run profile using the format mentioned above. Remember - order matters.
3535

0 commit comments

Comments
 (0)