aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorJames Goppert <james.goppert@gmail.com>2014-03-16 17:06:37 -0400
committerJames Goppert <james.goppert@gmail.com>2014-03-20 12:12:42 -0400
commit1b7472ef4c009caa8e76d6a4d90979677f14b0f4 (patch)
tree6142b4182a0ff8cadd04fd26ea89dddb3820d6bb /src/drivers
parentafb2c37bfc20150718114c4ef56e40a7c4d4722f (diff)
downloadpx4-firmware-1b7472ef4c009caa8e76d6a4d90979677f14b0f4.tar.gz
px4-firmware-1b7472ef4c009caa8e76d6a4d90979677f14b0f4.tar.bz2
px4-firmware-1b7472ef4c009caa8e76d6a4d90979677f14b0f4.zip
Fix for md25 and uORB update.
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/md25/md25.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/md25/md25.cpp b/src/drivers/md25/md25.cpp
index 6d5e805ea..5d1f58b85 100644
--- a/src/drivers/md25/md25.cpp
+++ b/src/drivers/md25/md25.cpp
@@ -52,7 +52,7 @@
#include <arch/board/board.h>
#include <mavlink/mavlink_log.h>
-#include </uORB/Publication.hpp>
+#include <uORB/Publication.hpp>
#include <uORB/topics/debug_key_value.h>
#include <drivers/drv_hrt.h>