Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
px4_platform_common/sem.h: Enable SEM_PRIO_INHERIT by default
This is a (temporary) regression mitigation after NuttX 12.0 release, where priority inheritance (pi) was disabled by default. This changes the default behavior, as previously pi was enabled by default. Patch it by enabling it within the px4_sem_init() call.
- Loading branch information