Skip to content

Commit e9a1a6e

Browse files
committed
Add config.xml description for CRISP flipper
1 parent 87a7f02 commit e9a1a6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FLIPPRPS/iocBoot/iocFLIPPRPS-IOC-01/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" ?>
22
<ioc_config xmlns:xi="http://www.w3.org/2001/XInclude">
33
<config_part>
4-
<ioc_desc>This is a template description</ioc_desc>
5-
<ioc_details>These are template details</ioc_details>
4+
<ioc_desc>CRISP Flipper system IOC</ioc_desc>
5+
<ioc_details>An IOC for the Flipper used in CRISP</ioc_details>
66
<macros>
77
<macro name="PORT" pattern="^COM[0-9]+$" description="Serial COM port" />
88
</macros>

FLIPPRPS/iocBoot/iocFLIPPRPS-IOC-01/st-common.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ cd ${TOP}/iocBoot/${IOC}
3838
iocInit
3939

4040
##ISIS## Stuff that needs to be done after iocInit is called e.g. sequence programs
41-
< $(IOCSTARTUP)/postiocinit.cmd
41+
< $(IOCSTARTUP)/postiocinit.cmd

0 commit comments

Comments
 (0)