Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repaired references to osdp_millis_now() #165

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

jlanger
Copy link
Contributor

@jlanger jlanger commented Feb 18, 2024

Repaired references to the function that returns the current milliseconds. In several instances, it mistakenly referred to the utils dependency millis_now() instead of osdp_millis_now(). This became problematic when overriding osdp_millis_now with embedded platform-specific functions.

Copy link
Member

@sidcha sidcha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix.

@sidcha sidcha merged commit 3740fd1 into goToMain:master Feb 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants