Fixes after idf rebase

This commit is contained in:
2022-02-24 14:54:40 +01:00
parent cc466349b7
commit 5ec41bde78

View File

@@ -29,7 +29,7 @@ static intr_handle_t gRMT_intr_handle = NULL;
// -- Global semaphore for the whole show process
// Semaphore is not given until all data has been sent
static xSemaphoreHandle gTX_sem = NULL;
static SemaphoreHandle_t gTX_sem = NULL;
// -- Make sure we can't call show() too quickly (fastled library)
CMinWait<55> gWait;