Skip to content

Releases: jonenz/FreeRTOS-Cpp

v0.5

13 Feb 17:11
4bda404
Compare
Choose a tag to compare
  1. Un-delete the delete operator. This enables objects created using the placement new operator to be removed.

  2. Move FreeRTOS delete functions into the base class destructors. Delete functions were previously left out of the "Static" versions of the classes.