From 57522059aa786be06e428fcfd9796b2a49fc519b Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Mon, 2 Dec 2019 12:31:17 -0300 Subject: [PATCH] freertos/tests: fixed wrong header file on isr latency test --- components/freertos/test/test_isr_latency.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/freertos/test/test_isr_latency.c b/components/freertos/test/test_isr_latency.c index 46749173d8..10c5d3069e 100644 --- a/components/freertos/test/test_isr_latency.c +++ b/components/freertos/test/test_isr_latency.c @@ -1,6 +1,5 @@ #include #include -#include "esp32/rom/ets_sys.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h"