mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
freertos: update module handles to struct type
This commit updates the handles for the timer, task and event_group modules to struct type. This matches upstream freertos source. Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
This commit is contained in:
@@ -5315,7 +5315,7 @@ TickType_t uxTaskResetEventItemValue( void )
|
||||
|
||||
#if ( configUSE_MUTEXES == 1 )
|
||||
|
||||
void *pvTaskIncrementMutexHeldCount( void )
|
||||
TaskHandle_t pvTaskIncrementMutexHeldCount( void )
|
||||
{
|
||||
TCB_t * curTCB;
|
||||
|
||||
|
Reference in New Issue
Block a user