aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/md25/md25_main.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-05-09 19:03:24 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-05-09 19:03:40 +0200
commit304ce63f00e72cf8a8162abad295a52a5773265d (patch)
tree405b846b285426e6efcff427fb0ee6e0cfff5aeb /src/drivers/md25/md25_main.cpp
parent3ec536a876a66f4e56549957e81ed4547c92a0c3 (diff)
downloadpx4-firmware-304ce63f00e72cf8a8162abad295a52a5773265d.tar.gz
px4-firmware-304ce63f00e72cf8a8162abad295a52a5773265d.tar.bz2
px4-firmware-304ce63f00e72cf8a8162abad295a52a5773265d.zip
Hotfix: Wrong capitalization on header file name
Diffstat (limited to 'src/drivers/md25/md25_main.cpp')
-rw-r--r--src/drivers/md25/md25_main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/md25/md25_main.cpp b/src/drivers/md25/md25_main.cpp
index 85aaab7f6..80850e708 100644
--- a/src/drivers/md25/md25_main.cpp
+++ b/src/drivers/md25/md25_main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
*
- * Copyright (C) 2013 PX4 Development Team. All rights reserved.
+ * Copyright (c) 2013 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -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 */