1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

cpu/esp_common: add missing include for limits.h in freertos/task.h

This commit is contained in:
Kaspar Schleiser 2020-11-20 12:34:25 +01:00
parent 0b801c4de0
commit ba28bf849c

View File

@ -13,6 +13,8 @@
#ifndef DOXYGEN
#include <limits.h> /* for INT_MAX */
#include "thread.h"
#include "freertos/FreeRTOS.h"