Commit 6dc091d3 authored by Lucas Russo's avatar Lucas Russo

cfg/*: fix board mapping from 0 to 11 to 1 to 12

We don't use board0 as a valid identifier.
Our mapping starts with 1 and goes up to
the maximum number of slots, which is 12
in the general case.
parent c75660a0
......@@ -14,17 +14,6 @@ dev_mngr
# Device I/O configurations
dev_io
board0
bpm0
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
bpm1
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
board1
bpm0
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
......@@ -146,3 +135,14 @@ dev_io
dbe
afe
bind =
board12
bpm0
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
bpm1
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
......@@ -14,17 +14,6 @@ dev_mngr
# Device I/O configurations
dev_io
board0
bpm0
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
bpm1
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
board1
bpm0
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
......@@ -146,3 +135,14 @@ dev_io
dbe
afe
bind =
board12
bpm0
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
bpm1
spawn_epics_ioc = yes # Ask to spawn EPICS IOC (Options are: yes or no)
dbe
afe
bind =
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment