1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-994 Move pios_architecture,h include in pios,h

+review OPReview-506
This commit is contained in:
Alessio Morale 2013-07-02 19:26:39 +02:00
parent 0b8d18ae49
commit 89cb294218
6 changed files with 2 additions and 6 deletions

View File

@ -81,6 +81,8 @@
#include "semphr.h"
#endif
#include <pios_architecture.h>
#ifdef PIOS_INCLUDE_TASK_MONITOR
#ifndef PIOS_INCLUDE_FREERTOS
#error PiOS Task Monitor requires PIOS_INCLUDE_FREERTOS to be defined

View File

@ -25,7 +25,6 @@
#ifndef PIOS_BOARD_H
#define PIOS_BOARD_H
#include <pios_architecture.h>
// ------------------------
// Timers and Channels Used
// ------------------------

View File

@ -25,7 +25,6 @@
#ifndef PIOS_BOARD_H
#define PIOS_BOARD_H
#include <pios_architecture.h>
#define ADD_ONE_ADC
// ------------------------

View File

@ -28,8 +28,6 @@
#include <stdbool.h>
#include <pios_architecture.h>
// *****************************************************************
// Timers and Channels Used

View File

@ -30,7 +30,6 @@
#define PIOS_BOARD_H
#include <stdbool.h>
#include <pios_architecture.h>
// ------------------------
// Timers and Channels Used
// ------------------------

View File

@ -30,7 +30,6 @@
#define PIOS_BOARD_H
#include <stdbool.h>
#include <pios_architecture.h>
// ------------------------
// Timers and Channels Used