-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: WHAT? Add max frequency parameter to ts2phc command WHY? Avoid issues where device reports wrong max adjustment value (for instance, driver issues) Considerations - Why math.Min(maxFreq, deviceFreq)?? - I want to use the most restrictive value always, so that if device reports lower value, using this configuration does not cause invalid clock steps. Reviewed By: leoleovich Differential Revision: D63832053
- Loading branch information
1 parent
324a0f2
commit 660c6b3
Showing
3 changed files
with
44 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters