# 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" }