Skip to content

Commit

Permalink
FixedwingPositionControl add header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jun 9, 2017
1 parent 376fdd4 commit 47ec291
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/fw_pos_control_l1/FixedwingPositionControl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
* @author Andreas Antener <[email protected]>
*/

#ifndef FIXEDWINGPOSITIONCONTROL_HPP_
#define FIXEDWINGPOSITIONCONTROL_HPP_

#include <px4_config.h>
#include <px4_defines.h>
#include <px4_posix.h>
Expand Down Expand Up @@ -463,3 +466,5 @@ namespace l1_control
{
extern FixedwingPositionControl *g_control;
} // namespace l1_control

#endif // FIXEDWINGPOSITIONCONTROL_HPP_

0 comments on commit 47ec291

Please sign in to comment.