Fix header in Linux. Fixes #63

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-09-19 18:25:41 +02:00
parent 739e9f1b98
commit 839e8244d9
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -20,7 +20,7 @@
#ifdef ESP_PLATFORM
#include "freertos/freertos.h"
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
typedef QueueHandle_t queue_t;
#define queue_init(a,b,c) do { *(a) = xQueueCreate(c, b); } while(0)