mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: enable filters with AP_FILTER_ENABLED on sitl
This commit is contained in:
parent
2442bca978
commit
13ff23f39d
|
@ -82,3 +82,7 @@
|
|||
#ifndef AP_UART_MONITOR_ENABLED
|
||||
#define AP_UART_MONITOR_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_FILTER_ENABLED
|
||||
#define AP_FILTER_ENABLED 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue