mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_EFI : Hirth type id is reserved
Hirth type-id = 8 WIP
This commit is contained in:
parent
47ad614e8e
commit
e7c78f8cd4
@ -84,6 +84,7 @@ public:
|
|||||||
DroneCAN = 5,
|
DroneCAN = 5,
|
||||||
CurrawongECU = 6,
|
CurrawongECU = 6,
|
||||||
SCRIPTING = 7,
|
SCRIPTING = 7,
|
||||||
|
// Hirth = 8 /* Reserved for future implementation */
|
||||||
};
|
};
|
||||||
|
|
||||||
static AP_EFI *get_singleton(void) {
|
static AP_EFI *get_singleton(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user