Fixes after idf rebase

This commit is contained in:
2022-02-24 14:54:57 +01:00
parent 59d3f4bd4f
commit f9d142def6
7 changed files with 27 additions and 26 deletions

View File

@ -49,7 +49,7 @@ typedef struct apb_change_cb_s {
static apb_change_t * apb_change_callbacks = NULL;
static xSemaphoreHandle apb_change_lock = NULL;
static SemaphoreHandle_t apb_change_lock = NULL;
static void initApbChangeCallback(){
static volatile bool initialized = false;