Reduce priority to 17

This commit is contained in:
Maschell 2022-10-06 18:54:33 +02:00
parent f399e97aa8
commit 48eac1549e

View File

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