All strange time constants are now frequency multipliers (#834)
This commit is contained in:
		@@ -152,7 +152,7 @@ void subghz_test_carrier_enter(void* context) {
 | 
			
		||||
 | 
			
		||||
    furi_hal_subghz_rx();
 | 
			
		||||
 | 
			
		||||
    osTimerStart(subghz_test_carrier->timer, 1024 / 4);
 | 
			
		||||
    osTimerStart(subghz_test_carrier->timer, osKernelGetTickFreq() / 4);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void subghz_test_carrier_exit(void* context) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user