mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added PRIORITY_NET
This commit is contained in:
parent
bfcb8f361e
commit
ec5c0b82e7
|
@ -115,6 +115,7 @@ public:
|
|||
PRIORITY_UART,
|
||||
PRIORITY_STORAGE,
|
||||
PRIORITY_SCRIPTING,
|
||||
PRIORITY_NET,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue