Browse Source

fix capitalisation of include file name

Marko Pagott <p0rc0.jet@gmail.com>
sbg
px4dev 12 years ago
parent
commit
d6cb588c3c
  1. 2
      src/drivers/md25/md25_main.cpp

2
src/drivers/md25/md25_main.cpp

@ -55,7 +55,7 @@ @@ -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 */

Loading…
Cancel
Save