aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/drv_pwm_output.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-04 20:05:47 -0700
committerpx4dev <px4@purgatory.org>2012-08-05 14:13:33 -0700
commit145a6c4c49b1aac9a8b8065ac5e48ba50754ba7f (patch)
treee335a9579f8a86500d245daf38a29604ebdd379b /apps/drivers/drv_pwm_output.h
parent62e18b580cc56ecabf0a586ab64efbcd1c4139ba (diff)
downloadpx4-firmware-145a6c4c49b1aac9a8b8065ac5e48ba50754ba7f.tar.gz
px4-firmware-145a6c4c49b1aac9a8b8065ac5e48ba50754ba7f.tar.bz2
px4-firmware-145a6c4c49b1aac9a8b8065ac5e48ba50754ba7f.zip
Work in progress; standard mixer API and utility
Diffstat (limited to 'apps/drivers/drv_pwm_output.h')
-rw-r--r--apps/drivers/drv_pwm_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/drv_pwm_output.h b/apps/drivers/drv_pwm_output.h
index 551f9b1a6..73e3310ae 100644
--- a/apps/drivers/drv_pwm_output.h
+++ b/apps/drivers/drv_pwm_output.h
@@ -94,7 +94,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 0x7500
+#define _PWM_SERVO_BASE 0x2600
/** arm all servo outputs handle by this driver */
#define PWM_SERVO_ARM _IOC(_PWM_SERVO_BASE, 0)