Skip to content
Snippets Groups Projects
Commit 6d0bea02 authored by px4dev's avatar px4dev
Browse files

Fix the PWM servo ioctl base so it's not overlapping the GPIOs

parent f40e4d13
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ ORB_DECLARE(output_pwm);
* Note that ioctls and ObjDev updates should not be mixed, as the
* behaviour of the system in this case is not defined.
*/
#define _PWM_SERVO_BASE 0x2700
#define _PWM_SERVO_BASE 0x2a00
/** arm all servo outputs handle by this driver */
#define PWM_SERVO_ARM _IOC(_PWM_SERVO_BASE, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment