mirror of https://github.com/ArduPilot/ardupilot
AP_EFI: reserve ID for Loweheiser mavlink-connected generator
This commit is contained in:
parent
c5a444e4a3
commit
90107c3977
|
@ -75,6 +75,7 @@ public:
|
|||
MegaSquirt = 1,
|
||||
NWPMU = 2,
|
||||
Lutan = 3,
|
||||
// LOWEHEISER = 4,
|
||||
};
|
||||
|
||||
static AP_EFI *get_singleton(void) {
|
||||
|
|
Loading…
Reference in New Issue