First working CB Test

This commit is contained in:
cnlohr
2024-06-15 14:45:52 -04:00
parent c76b6a7c90
commit e816b2fa54
+1 -1
View File
@@ -226,7 +226,7 @@ void InnerLoop()
if( adc == adc_buffer_top ) adc = adc_buffer; if( adc == adc_buffer_top ) adc = adc_buffer;
} }
if( frcnt > 2000 ) if( frcnt > 8000 )
{ {
int ti = i>>2; int ti = i>>2;
int tq = q>>2; int tq = q>>2;