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

Fixed constness of TriceNonBlockingDeferredWriteAuxiliary #454

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Fixed constness of TriceNonBlockingDeferredWriteAuxiliary #454

merged 1 commit into from
Apr 2, 2024

Conversation

hugobpontes
Copy link
Contributor

@hugobpontes hugobpontes commented Apr 2, 2024

I was getting a compilation error on TriceNonBlockingDeferredWriteAuxiliary due to type mismatch between declaration at trice.h and definition at triceAuxiliary.c. I looked and it seemed like a simple const mismatch, so i fixed it and now everything works well, so I think it was indeed a small mistake

I was getting a compilation error on TriceNonBlockingDeferredWriteAuxiliary due to type mismatch. I looked and it seemed like a simple const mismatch, so i fixed it and now everything works well, so I think it was indeed a small mistake
Copy link
Owner

@rokath rokath left a comment

Choose a reason for hiding this comment

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

Thanks!

@rokath rokath merged commit b80d9ea into rokath:master Apr 2, 2024
1 check failed
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.

2 participants