Skip to content

Commit

Permalink
Merge branch 'develop' into freertos-v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonenz authored Oct 11, 2024
2 parents 0bbb580 + 76f4d6f commit fc550f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS-Cpp/include/FreeRTOS/Kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ inline bool resumeAll() { return (xTaskResumeAll() == pdTRUE); }
inline void stepTick(const TickType_t ticksToJump) {
vTaskStepTick(ticksToJump);
}
#endif
#endif /* configUSE_TICKLESS_IDLE */

/**
* Kernel.hpp
Expand Down

0 comments on commit fc550f1

Please sign in to comment.