Skip to content

Commit

Permalink
flight: remove unnecessary #include "systemmod.h" from boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Semyonov committed Apr 24, 2013
1 parent 33ed88e commit 8f784ac
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion flight/Modules/OPLink/oplinkmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <pios_rfm22b.h>
#include <pios_board_info.h>
#include <oplinksettings.h>
#include "systemmod.h"

// Private constants
#define SYSTEM_UPDATE_PERIOD_MS 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "inc/openpilot.h"
#include <uavobjectsinit.h>
#include <hwsettings.h>
#include <systemmod.h>

/* Task Priorities */
#define PRIORITY_TASK_HOOKS (tskIDLE_PRIORITY + 3)
Expand Down
1 change: 0 additions & 1 deletion flight/targets/boards/oplinkmini/firmware/oplink.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "inc/openpilot.h"
#include <uavobjectsinit.h>
#include <hwsettings.h>
#include <systemmod.h>

/* Task Priorities */
#define PRIORITY_TASK_HOOKS (tskIDLE_PRIORITY + 3)
Expand Down
1 change: 0 additions & 1 deletion flight/targets/boards/osd/firmware/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
// *****************************************************************************

#include "inc/openpilot.h"
#include <systemmod.h>
#include <string.h>

/* Task Priorities */
Expand Down
1 change: 0 additions & 1 deletion flight/targets/boards/revolution/firmware/revolution.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@


#include "inc/openpilot.h"
#include <systemmod.h>
#include <uavobjectsinit.h>

/* Task Priorities */
Expand Down
1 change: 0 additions & 1 deletion flight/targets/boards/revoproto/firmware/revolution.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
*/

#include "inc/openpilot.h"
#include <systemmod.h>
#include <uavobjectsinit.h>

/* Task Priorities */
Expand Down

0 comments on commit 8f784ac

Please sign in to comment.