Fix initial frequency
This commit is contained in:
		
							parent
							
								
									71543c70da
								
							
						
					
					
						commit
						7382677af8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -680,7 +680,7 @@ int main() | ||||||
| 
 | 
 | ||||||
| 	queue_init(&iq_queue, sizeof(uint8_t *), IQ_QUEUE_LEN); | 	queue_init(&iq_queue, sizeof(uint8_t *), IQ_QUEUE_LEN); | ||||||
| 
 | 
 | ||||||
| 	rx_lo_init(INIT_FREQ - INIT_SAMPLE_RATE, true); | 	rx_lo_init(INIT_FREQ + INIT_SAMPLE_RATE, true); | ||||||
| 
 | 
 | ||||||
| 	while (true) { | 	while (true) { | ||||||
| 		if (check_command() > 0) { | 		if (check_command() > 0) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue