mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_Logger: must set default fd = -1
This commit is contained in:
parent
ec2a33589c
commit
be633c6dd8
@ -549,7 +549,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