Procházet zdrojové kódy

freertos/tests: fixed wrong header file on isr latency test

Felipe Neves před 6 roky
rodič
revize
57522059aa
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      components/freertos/test/test_isr_latency.c

+ 0 - 1
components/freertos/test/test_isr_latency.c

@@ -1,6 +1,5 @@
 #include <esp_types.h>
 #include <stdio.h>
-#include "esp32/rom/ets_sys.h"
 
 #include "freertos/FreeRTOS.h"
 #include "freertos/task.h"