- removed debug

This commit is contained in:
2023-06-11 08:16:58 +02:00
parent 10674bc376
commit 4a51d5de47
+2 -2
View File
@@ -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