aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
blob: 1a7c28d108f9183eb46e354355db48e1cf56eedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Schedule definitions for thorn LoopControl

if (printstats) {
  SCHEDULE lc_printstats AT terminate
  {
    LANG: C
  } "Output loop control statistics"
}

if (run_demo)
{
  SCHEDULE lc_demo AT startup
  {
    LANG:C
  } "Run embedded wavetoy as a LoopControl demo application"
}