1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Fix external module timings drift

TODO: Need to improve both modules timing accuracy
This commit is contained in:
MX
2023-02-11 03:57:31 +03:00
parent 7b4f1e5d26
commit 24a4ae8014

View File

@@ -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)) {