From 8c5de9b714280b4cd2ee6bd373fdd8b72c7c8787 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Mon, 5 Aug 2019 14:55:00 +0200 Subject: [PATCH] cpu/esp32: module riot_freertos is always required --- cpu/esp32/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/esp32/Makefile.include b/cpu/esp32/Makefile.include index 850a724022..375702eae8 100644 --- a/cpu/esp32/Makefile.include +++ b/cpu/esp32/Makefile.include @@ -75,6 +75,7 @@ USEMODULE += periph_hwrng USEMODULE += periph_flash USEMODULE += periph_rtc USEMODULE += periph_uart +USEMODULE += riot_freertos USEMODULE += random USEMODULE += stdio_uart USEMODULE += xtensa