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>
|
||||
|
||||
#ifndef HAL_GYROFFT_ENABLED
|
||||
#define HAL_GYROFFT_ENABLED HAL_WITH_DSP
|
||||
#endif
|
||||
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
|
Loading…
Reference in New Issue
Block a user