mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_HAL: record mavlink msg IDs and semaphore line
This commit is contained in:
parent
bc2f5fa33b
commit
c786674442
@ -58,6 +58,9 @@ public:
|
||||
uint32_t internal_error_count;
|
||||
uint16_t waypoint_num;
|
||||
int8_t scheduler_task;
|
||||
uint16_t last_mavlink_msgid;
|
||||
uint16_t last_mavlink_cmd;
|
||||
uint16_t semaphore_line;
|
||||
};
|
||||
struct PersistentData persistent_data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user