mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-994 Move pios_architecture,h include in pios,h
+review OPReview-506
This commit is contained in:
parent
0b8d18ae49
commit
89cb294218
@ -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
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifndef PIOS_BOARD_H
|
||||
#define PIOS_BOARD_H
|
||||
#include <pios_architecture.h>
|
||||
// ------------------------
|
||||
// Timers and Channels Used
|
||||
// ------------------------
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#ifndef PIOS_BOARD_H
|
||||
#define PIOS_BOARD_H
|
||||
#include <pios_architecture.h>
|
||||
#define ADD_ONE_ADC
|
||||
|
||||
// ------------------------
|
||||
|
@ -28,8 +28,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <pios_architecture.h>
|
||||
|
||||
// *****************************************************************
|
||||
// Timers and Channels Used
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#define PIOS_BOARD_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <pios_architecture.h>
|
||||
// ------------------------
|
||||
// Timers and Channels Used
|
||||
// ------------------------
|
||||
|
@ -30,7 +30,6 @@
|
||||
#define PIOS_BOARD_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <pios_architecture.h>
|
||||
|
||||
// ------------------------
|
||||
// Timers and Channels Used
|
||||
|
Loading…
x
Reference in New Issue
Block a user