mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Logger: must set default fd = -1
This commit is contained in:
parent
a7abfeeb4a
commit
f7f053191a
@ -528,7 +528,7 @@ private:
|
||||
void reset();
|
||||
void remove_and_free(file_list *victim);
|
||||
struct file_list *head, *tail;
|
||||
int fd;
|
||||
int fd{-1};
|
||||
uint32_t offset;
|
||||
bool fast;
|
||||
uint8_t counter;
|
||||
|
Loading…
Reference in New Issue
Block a user