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

Fixing Queue #114

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

aclowmclaughlin
Copy link
Contributor

Fixed the include for FixedQueue, changing it from stdint.h to cstddef, which actually works. For some reason in EVT-core it worked the old way even though it should not have, but it doesn't work outside of EVT-core (or at least in VCU, where I encountered this issue).

…-core includes stddef.h or cstddef by default somewhere. So it all sorta worked even though it should not have, but it doesn't work in VCU (For some reason).
@aclowmclaughlin aclowmclaughlin requested review from mjmagee991, ishan-renjen and mjh9585 and removed request for mjmagee991 January 28, 2025 01:33
Copy link
Contributor

@mjh9585 mjh9585 left a comment

Choose a reason for hiding this comment

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

Yay!

@aclowmclaughlin aclowmclaughlin merged commit 5e94372 into main Jan 28, 2025
1 check passed
@aclowmclaughlin aclowmclaughlin deleted the bugfix/aclowmclaughlin/FixedQueueIncludeFix branch January 28, 2025 01:35
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.

3 participants