mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Derivative: removed reference to DESKTOP_BUILD
This commit is contained in:
parent
3f6f0b6d79
commit
2ba2e1c279
@ -14,11 +14,6 @@
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
||||
#ifdef DESKTOP_BUILD
|
||||
#error Desktop build not supported with AP_HAL
|
||||
#endif
|
||||
|
||||
|
||||
DerivativeFilter<float,11> derivative;
|
||||
|
||||
// setup routine
|
||||
|
Loading…
Reference in New Issue
Block a user