feat: rebuild heap4 card around upstream FreeRTOS allocator
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef HEAP4_HOST_TASK_H
|
||||
#define HEAP4_HOST_TASK_H
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
|
||||
void vTaskSuspendAll(void);
|
||||
BaseType_t xTaskResumeAll(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user