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

uORB/uORBManager.hpp: Fix pre-processor condition #559

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

pussuw
Copy link

@pussuw pussuw commented Nov 14, 2023

This fixes the uORB signaling semaphores, they should not use priority inheritance

#if __PX4_NUTTX does nothing, change it to #if defined()

#if __PX4_NUTTX does nothing, change it to #if defined()
@pussuw pussuw requested a review from jlaitine November 14, 2023 15:04
@pussuw pussuw merged commit 146f2f8 into main Nov 15, 2023
20 checks passed
@pussuw pussuw deleted the fix_uorb_sems branch November 15, 2023 21:07
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