AP_HAL: added NOT_SIGNED error code
This commit is contained in:
parent
2c6418a920
commit
a6c5e38c5a
@ -107,6 +107,7 @@ public:
|
||||
NO_CHANGE=1,
|
||||
FAIL=2,
|
||||
NOT_AVAILABLE=3,
|
||||
NOT_SIGNED=4,
|
||||
};
|
||||
|
||||
// overwrite bootloader (probably with one from ROMFS)
|
||||
|
Loading…
Reference in New Issue
Block a user