mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-15 07:19:25 +00:00
First working CB Test
This commit is contained in:
@@ -226,7 +226,7 @@ void InnerLoop()
|
||||
if( adc == adc_buffer_top ) adc = adc_buffer;
|
||||
}
|
||||
|
||||
if( frcnt > 2000 )
|
||||
if( frcnt > 8000 )
|
||||
{
|
||||
int ti = i>>2;
|
||||
int tq = q>>2;
|
||||
|
||||
Reference in New Issue
Block a user