Releases: jonenz/FreeRTOS-Cpp
Releases · jonenz/FreeRTOS-Cpp
v0.5
-
Un-delete the delete
operator. This enables objects created using the placement new
operator to be removed.
-
Move FreeRTOS delete functions into the base class destructors. Delete functions were previously left out of the "Static" versions of the classes.