Skip to content
Snippets Groups Projects
Commit 16697037 authored by Jens Georg's avatar Jens Georg
Browse files

FL2: Fix typo in toroid config

parent 736c4393
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if ACCELERATOR == 'FLASH':
if STATION == '8FL2XTDS':
# FLASH2 uses the second flattop, but it is mapped to the first sample in that toroid
TOROID_FT['FLASH'] = ['this/AllZero', 'SAMPLE.FLASH2', 'this/allZero']
TOROID_FT['FLASH'] = ['this/allZero', 'SAMPLE.FLASH2', 'this/allZero']
MOTOR_AVAILABLE = [(0,1), (0,1), None, None]
if STATION == '7FLFMAFF':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment