mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Removed unused constant ErrOk
This commit is contained in:
parent
0440aa844d
commit
5fcfd7726b
@ -16,7 +16,6 @@ namespace
|
||||
* Functions that return signed integers may also return inverted error codes,
|
||||
* i.e. returned value should be inverted back to get the actual error code.
|
||||
*/
|
||||
const int16_t ErrOk = 0;
|
||||
const int16_t ErrFailure = 1;
|
||||
const int16_t ErrInvalidParam = 2;
|
||||
const int16_t ErrMemory = 3;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user