mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
AP_Logger: remove unused variables
This commit is contained in:
parent
4251b0cfd4
commit
ec85c7aba6
@ -72,7 +72,7 @@ private:
|
|||||||
char *_write_filename;
|
char *_write_filename;
|
||||||
bool last_log_is_marked_discard;
|
bool last_log_is_marked_discard;
|
||||||
uint32_t _last_write_ms;
|
uint32_t _last_write_ms;
|
||||||
#if AP_RTC_ENABLED
|
#if AP_RTC_ENABLED && CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||||
bool _need_rtc_update;
|
bool _need_rtc_update;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user