fix capitalisation of include file name

Marko Pagott <p0rc0.jet@gmail.com>
This commit is contained in:
px4dev
2013-05-09 10:02:56 -07:00
parent 3ec536a876
commit d6cb588c3c
+1 -1
View File
@@ -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 */