From d6cb588c3c078d3858d8c7bcb78ca72373aa73d8 Mon Sep 17 00:00:00 2001 From: px4dev Date: Thu, 9 May 2013 10:02:56 -0700 Subject: [PATCH] fix capitalisation of include file name Marko Pagott --- src/drivers/md25/md25_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/md25/md25_main.cpp b/src/drivers/md25/md25_main.cpp index 85aaab7f6d..740dd0b287 100644 --- a/src/drivers/md25/md25_main.cpp +++ b/src/drivers/md25/md25_main.cpp @@ -55,7 +55,7 @@ #include #include -#include "MD25.hpp" +#include "md25.hpp" static bool thread_should_exit = false; /**< Deamon exit flag */ static bool thread_running = false; /**< Deamon status flag */