diff options
Diffstat (limited to 'config/config.example.py')
-rw-r--r-- | config/config.example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.py b/config/config.example.py index 785977b..06f06b6 100644 --- a/config/config.example.py +++ b/config/config.example.py | |||
@@ -44,7 +44,7 @@ SCHED_EVENTS = range(501, 513) | |||
44 | BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS'] | 44 | BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS'] |
45 | 45 | ||
46 | # Expand for mixed-crit | 46 | # Expand for mixed-crit |
47 | # CRIT_EVENTS = ['LVL{}_SCHED', 'LEVEL{}_RELEASE'] | 47 | # CRIT_EVENTS = ['LVL{}_SCHED', 'LVL{}_RELEASE'] |
48 | # CRIT_LEVELS = ['A', 'B', 'C'] | 48 | # CRIT_LEVELS = ['A', 'B', 'C'] |
49 | # BASE_EVENTS += [s.format(l) for (l,s) in | 49 | # BASE_EVENTS += [s.format(l) for (l,s) in |
50 | # itertools.product(CRIT_LEVELS, CRIT_EVENTS)] | 50 | # itertools.product(CRIT_LEVELS, CRIT_EVENTS)] |