Browse Source

AP_HAL: Define a scripting base priority

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
73901274b0
  1. 3
      libraries/AP_HAL/Scheduler.h

3
libraries/AP_HAL/Scheduler.h

@ -95,7 +95,8 @@ public: @@ -95,7 +95,8 @@ public:
PRIORITY_RCIN,
PRIORITY_IO,
PRIORITY_UART,
PRIORITY_STORAGE
PRIORITY_STORAGE,
PRIORITY_SCRIPTING,
};
/*

Loading…
Cancel
Save