Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PX4-Autopilot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LS2N-drones
  • PX4-Autopilot
  • Repository
Switch branch/tag
  • px4-autopilot
  • src
  • drivers
  • pwm_out
  • PWMOut.cpp
Find file BlameHistoryPermalink
  • Beat Küng's avatar
    fix pwm_out: avoid race condition when setting mode · faaee0f0
    Beat Küng authored Apr 12, 2021
    Bootup failed in some cases with:
    ERROR [mixer] can't reset mixers on /dev/pwm_output1
    
    The reason was the mode change was not applied yet.
    faaee0f0