Skip to content

Commit

Permalink
Fix for automatic plugin inclusion from cockpit
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Cross committed May 31, 2016
1 parent 05e7ca7 commit ee2ed27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenROV/AConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#endif

#define HAS_STD_LIGHTS (1)
#define HAS_EXT_LIGHTS (1)
#define HAS_STD_CALIBRATIONLASERS (1)
#define HAS_STD_CAMERAMOUNT (1)
#define HAS_STD_AUTOPILOT (1)
Expand Down
2 changes: 2 additions & 0 deletions OpenROV/ModuleDefinitions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once
#include "AConfig.h"

#include "PluginConfig.h"

// ---------------------------------------
// Conditional module definitions
// -------------------------------
Expand Down
1 change: 1 addition & 0 deletions OpenROV/PluginConfig.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Do not delete! This gets automatically populated at compile time with additional plugins.

0 comments on commit ee2ed27

Please sign in to comment.