Increase queue length to avoid dropping
This commit is contained in:
		
							parent
							
								
									8974b812f2
								
							
						
					
					
						commit
						b52f772845
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -37,7 +37,7 @@ | |||
| 
 | ||||
| #define IQ_SAMPLES 32 | ||||
| #define IQ_BLOCK_LEN (2 * IQ_SAMPLES) | ||||
| #define IQ_QUEUE_LEN 4 | ||||
| #define IQ_QUEUE_LEN 8 | ||||
| 
 | ||||
| #define LO_BITS_DEPTH 15 | ||||
| #define LO_WORDS (1 << (LO_BITS_DEPTH - 2)) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue