mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 03:11:52 +03:00
Fix external module timings drift
TODO: Need to improve both modules timing accuracy
This commit is contained in:
parent
7b4f1e5d26
commit
24a4ae8014
@ -534,7 +534,7 @@ static void furi_hal_subghz_capture_ISR() {
|
||||
}
|
||||
}
|
||||
//Forced correction for improved accuracy
|
||||
TIM2->CNT = 9;
|
||||
TIM2->CNT = 7;
|
||||
} else {
|
||||
// Channel 1
|
||||
if(LL_TIM_IsActiveFlag_CC1(TIM2)) {
|
||||
|
Loading…
Reference in New Issue
Block a user