AP_HAL: enable filters with AP_FILTER_ENABLED on sitl

This commit is contained in:
Andy Piper 2023-09-19 17:41:04 +01:00 committed by Andrew Tridgell
parent 2442bca978
commit 13ff23f39d
1 changed files with 4 additions and 0 deletions

View File

@ -82,3 +82,7 @@
#ifndef AP_UART_MONITOR_ENABLED #ifndef AP_UART_MONITOR_ENABLED
#define AP_UART_MONITOR_ENABLED 1 #define AP_UART_MONITOR_ENABLED 1
#endif #endif
#ifndef AP_FILTER_ENABLED
#define AP_FILTER_ENABLED 1
#endif