- removed debug
This commit is contained in:
@@ -63,10 +63,10 @@ while true,
|
||||
if conv_counter == 0,
|
||||
break;
|
||||
else
|
||||
conv_counter -= 1
|
||||
conv_counter -= 1;
|
||||
end
|
||||
else
|
||||
conv_counter = CONV_COUNTER_RELOAD
|
||||
conv_counter = CONV_COUNTER_RELOAD;
|
||||
end
|
||||
Dn0 = Dc;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user