AP_Logger: remove unused variables

This commit is contained in:
Andy Piper 2024-02-19 18:43:08 +00:00 committed by Andrew Tridgell
parent f82c158322
commit cb4495fa79
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ private:
char *_write_filename;
bool last_log_is_marked_discard;
uint32_t _last_write_ms;
#if AP_RTC_ENABLED
#if AP_RTC_ENABLED && CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
bool _need_rtc_update;
#endif