mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-05 19:01:54 +00:00
Asserts on free and alloc
This commit is contained in:
@@ -49,7 +49,7 @@ namespace sta
|
||||
*
|
||||
* @param block names the block to free.
|
||||
*/
|
||||
osStatus_t free(void *block);
|
||||
void free(void *block);
|
||||
|
||||
private:
|
||||
osMemoryPoolId_t handle_; /**< CMSIS RTOS2 queue handle */
|
||||
|
Reference in New Issue
Block a user