Skip to content

Commit

Permalink
porting esp32freertos-cpp to esp32-c3
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Dec 11, 2023
1 parent 0c32b80 commit 6b7dc54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class CriticalSection {
*/
static inline void EnterISR(spinlock_t* spinlock)
{
return taskENTER_CRITICAL_ISR(spinlock);
taskENTER_CRITICAL_ISR(spinlock);
}

/**
Expand Down

0 comments on commit 6b7dc54

Please sign in to comment.