Skip to content
Snippets Groups Projects
Commit db364492 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

[t24_fix]: rxts_calibrator: fix generating second sample of rising edge from falling edge

Previous one was not working when:
* tR and tF were both inside (0; 4000) and tR < tF
* tR and tF were both inside (4000; 8000) and tF < tR

in those cases it was calculating ttrans around falling edge instead of rising
edge. This commit fixes it.
parent 1b91e320
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment