aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/lustrev4_lustrec_heater_control
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/lustrev4_lustrec_heater_control')
-rw-r--r--test/monniaux/lustrev4_lustrec_heater_control/heater_control_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/lustrev4_lustrec_heater_control/heater_control_main.c b/test/monniaux/lustrev4_lustrec_heater_control/heater_control_main.c
index f985e2af..351deed6 100644
--- a/test/monniaux/lustrev4_lustrec_heater_control/heater_control_main.c
+++ b/test/monniaux/lustrev4_lustrec_heater_control/heater_control_main.c
@@ -27,7 +27,7 @@ int main (int argc, char *argv[]) {
heater_control_reset(&main_mem);
/* Infinite loop */
- while(1){
+ for(int loop_count=0; loop_count<1000; loop_count++){
double T = _get_double();
double T1 = _get_double();
double T2 = _get_double();