mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_GyroFFT: move definition of HAL_GYROFFT_ENABLED to AP_HAL_Boards.h
So we can make HAL_WITH_DSP dependent on it
This commit is contained in:
parent
b4d36707af
commit
4056c749ba
@ -18,10 +18,6 @@
|
|||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
|
||||||
#ifndef HAL_GYROFFT_ENABLED
|
|
||||||
#define HAL_GYROFFT_ENABLED HAL_WITH_DSP
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAL_GYROFFT_ENABLED
|
#if HAL_GYROFFT_ENABLED
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user