diff --git a/trunk/workspace/gcb/tiny13-Temperature.gcb b/trunk/workspace/gcb/tiny13-Temperature.gcb index 088a32b7..88b4d213 100644 --- a/trunk/workspace/gcb/tiny13-Temperature.gcb +++ b/trunk/workspace/gcb/tiny13-Temperature.gcb @@ -47,7 +47,7 @@ SET ledR OFF set ledB OFF 'Main routine -Loop: +Main: 'Read temperature 'temp=ReadAD(ADC2) temp=ReadAD(PTH) @@ -75,4 +75,4 @@ Loop: Wait 100 ms 'Jump back to the start of the program -goto Loop +goto Main