mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 17:58:46 +00:00
freertos/timer: fix the static timer creation
Removes the not used spinlock field inside timer object which was causing assertion fail
This commit is contained in:
@@ -1274,9 +1274,6 @@ typedef struct xSTATIC_TIMER
|
||||
UBaseType_t uxDummy7;
|
||||
#endif
|
||||
uint8_t ucDummy8;
|
||||
|
||||
portMUX_TYPE xDummy9;
|
||||
|
||||
} StaticTimer_t;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user