Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AR_Motors: fix brushed motor support for omni vehicles
Fixes an issue where omni motors (BrushedWithRelay/BrushedBiplor) are not configured correctly due to initialization order. setup_omni() must execute first so that _motors_num is set correctly when setup_pwm_type() uses it to determine which motors are in use.
- Loading branch information