Revert lowering the priority

This commit is contained in:
Maschell 2022-10-07 14:17:53 +02:00
parent 6e2ea75917
commit bba4877281

View File

@ -30,7 +30,7 @@ public:
private: private:
static int32_t getPriority() { static int32_t getPriority() {
return 17; return 16;
} }
BOOL whileLoop() override; BOOL whileLoop() override;