mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
flight: remove unnecessary #include "systemmod.h" from boards
This commit is contained in:
parent
33ed88e696
commit
8f784ac6cb
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -32,7 +32,6 @@
|
||||
// *****************************************************************************
|
||||
|
||||
#include "inc/openpilot.h"
|
||||
#include <systemmod.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Task Priorities */
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
|
||||
#include "inc/openpilot.h"
|
||||
#include <systemmod.h>
|
||||
#include <uavobjectsinit.h>
|
||||
|
||||
/* Task Priorities */
|
||||
|
@ -32,7 +32,6 @@
|
||||
*/
|
||||
|
||||
#include "inc/openpilot.h"
|
||||
#include <systemmod.h>
|
||||
#include <uavobjectsinit.h>
|
||||
|
||||
/* Task Priorities */
|
||||
|
Loading…
x
Reference in New Issue
Block a user