mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
AP_Logger: must set default fd = -1
This commit is contained in:
parent
f9a5272c6e
commit
1444aeadf0
@ -549,7 +549,7 @@ private:
|
|||||||
void reset();
|
void reset();
|
||||||
void remove_and_free(file_list *victim);
|
void remove_and_free(file_list *victim);
|
||||||
struct file_list *head, *tail;
|
struct file_list *head, *tail;
|
||||||
int fd;
|
int fd{-1};
|
||||||
uint32_t offset;
|
uint32_t offset;
|
||||||
bool fast;
|
bool fast;
|
||||||
uint8_t counter;
|
uint8_t counter;
|
||||||
|
Loading…
Reference in New Issue
Block a user