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

freertos: io: fix IAR compile error due to 'void *' variable #198

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

arnopo
Copy link
Contributor

@arnopo arnopo commented Jan 17, 2022

Fix EWARM compilation error due to void pointer usage.
This fix has already been implemented for the generic system, but
was missing for the FreeRTOS.

Signed-off-by: Arnaud Pouliquen [email protected]

@arnopo arnopo added this to the Release V2022.04 milestone Jan 17, 2022
@arnopo arnopo requested a review from edmooring January 17, 2022 14:53
Fix EWARM compilation error due to void pointer usage.
This fix has already been implemented for the generic system, but
was missing for the FreeRTOS.

Signed-off-by: Arnaud Pouliquen <[email protected]>
Copy link
Contributor

@edmooring edmooring left a comment

Choose a reason for hiding this comment

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

Looks good to go.

@arnopo arnopo merged commit af82d35 into OpenAMP:main Jan 24, 2022
@arnopo arnopo deleted the freertos branch June 2, 2022 12:49
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