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

CAN: Fix semaphore unlock in the report tx handler #13

Merged
merged 1 commit into from
Jan 4, 2024

Commits on Jan 4, 2024

  1. CAN: Fix semaphore unlock in the report tx handler

    Moved the semaphore unlock statement outside the `#endif` directive in `can.c`. This ensures proper unlocking of the semaphore for both cases, whether `CONFIG_THINGSET_CAN_PACKETIZED_REPORTS_TX` is enabled or not. Resolves the issue of warning and failure in TX CAN communication when the configuration is disabled.
    pasrom committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    653f5c3 View commit details
    Browse the repository at this point in the history