This repository was archived by the owner on Dec 8, 2022. It is now read-only.
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Fix too small return type for uxTaskGetStackHighWaterMark()
#12
Closed
Description
Issue #27 raised by @Floessie.
uxTaskGetStackHighWaterMark()
returns UBaseType_t
which for AVR is set to uint8_t
.
Repaired with a backward compatibility option in Arduino_FreeRTOS_Library Release 10.0.0-7.
Some additional fixes (for MPU, not relevant for Arduino) here.
Metadata
Metadata
Assignees
Labels
No labels