1
0
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:
Oleg Semyonov 2013-04-24 21:18:42 +03:00
parent 33ed88e696
commit 8f784ac6cb
6 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -32,7 +32,6 @@
// *****************************************************************************
#include "inc/openpilot.h"
#include <systemmod.h>
#include <string.h>
/* Task Priorities */

View File

@ -33,7 +33,6 @@
#include "inc/openpilot.h"
#include <systemmod.h>
#include <uavobjectsinit.h>
/* Task Priorities */

View File

@ -32,7 +32,6 @@
*/
#include "inc/openpilot.h"
#include <systemmod.h>
#include <uavobjectsinit.h>
/* Task Priorities */