feat(freertos): added event group and stream buffer to linux target

This commit is contained in:
Jakob Hasse
2022-10-14 19:13:49 +02:00
parent 6f10bb39d8
commit 37e8f1f348
3 changed files with 2 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
#pragma once
#include <stdint.h>
#include <stdlib.h> // This is for malloc(), used by portmacro.h
#include "sdkconfig.h"
#include "esp_attr.h"
#include "spinlock.h"