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

Variable Definition Conflict #35

Open
kunis opened this issue Jan 22, 2025 · 1 comment
Open

Variable Definition Conflict #35

kunis opened this issue Jan 22, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@kunis
Copy link

kunis commented Jan 22, 2025

In FreeRTOS.h, if configENABLE_BACKWARD_COMPATIBILITY is defined, then
#define xTimerHandle TimerHandle_t
is defined. However, in FreeRTOS_POSIX_timer.c, the variable name of the TimerHandle_t type is defined as xTimerHandle, which may lead to potential risks.

@aggarg
Copy link
Member

aggarg commented Jan 22, 2025

Seems reasonable. Would you like to raise a PR?

@archigup archigup added the bug Something isn't working label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants