aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-05-09 10:02:56 -0700
committerpx4dev <px4@purgatory.org>2013-05-09 10:02:56 -0700
commitd6cb588c3c078d3858d8c7bcb78ca72373aa73d8 (patch)
tree060c02e9cd952a8a4c6e0394f4c7c125d0df2a44
parent3ec536a876a66f4e56549957e81ed4547c92a0c3 (diff)
downloadpx4-firmware-d6cb588c3c078d3858d8c7bcb78ca72373aa73d8.tar.gz
px4-firmware-d6cb588c3c078d3858d8c7bcb78ca72373aa73d8.tar.bz2
px4-firmware-d6cb588c3c078d3858d8c7bcb78ca72373aa73d8.zip
fix capitalisation of include file name
Marko Pagott <p0rc0.jet@gmail.com>
-rw-r--r--src/drivers/md25/md25_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/md25/md25_main.cpp b/src/drivers/md25/md25_main.cpp
index 85aaab7f6..740dd0b28 100644
--- a/src/drivers/md25/md25_main.cpp
+++ b/src/drivers/md25/md25_main.cpp
@@ -55,7 +55,7 @@
#include <systemlib/param/param.h>
#include <arch/board/board.h>
-#include "MD25.hpp"
+#include "md25.hpp"
static bool thread_should_exit = false; /**< Deamon exit flag */
static bool thread_running = false; /**< Deamon status flag */