aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/drv_baro.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/drv_baro.h')
-rw-r--r--apps/drivers/drv_baro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/drv_baro.h b/apps/drivers/drv_baro.h
index 4cfb35454..323b25c83 100644
--- a/apps/drivers/drv_baro.h
+++ b/apps/drivers/drv_baro.h
@@ -65,7 +65,7 @@ ORB_DECLARE(sensor_baro);
* ioctl() definitions
*/
-#define _BAROIOCBASE (_SNIOCBASE + 0x10)
+#define _BAROIOCBASE (0x2100)
#define _BAROIOC(_n) (_IOC(_BAROIOCBASE, _n))
/** set the driver polling rate to (arg) Hz, or one of the BARO_POLLRATE constants */