Skip to content

Commit 7d6525e

Browse files
authored
Fix sphinx
1 parent 34a7367 commit 7d6525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/iocs/tools/icpconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ICP config is a set of C functions that are called by every IOC on startup to de
66
* `\Instrument\Settings\globals.txt` - See [here](../testing/Running-IOCs)
77
* `\Instrument\var\tmp\test_macros.txt` - A file create by the IOC_test_framework to create macros for testing. Only used if the environment variables `TESTDEVSIM=yes` or `TESTRECSIM=yes`.
88

9-
Macros are loaded in the order above, such that default values are overwridden if any other source is presented, `globals.txt` will override macros in the configuration and test macros will override all others. See diagram below for an idea of how this works.
9+
Macros are loaded in the order above, such that default values are overwritten if any other source is presented, `globals.txt` will override macros in the configuration and test macros will override all others. See diagram below for an idea of how this works.
1010

1111
![](loading_macros.png)

0 commit comments

Comments
 (0)