Skip to content
Snippets Groups Projects
Commit b7a9e077 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Hotfix: Wrong capitalization on header file name

parent 26efba2f
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
*
* 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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment