examples: Fix implicit includes after legacy code removal

pull/8564/head
David Cermak 2022-03-10 10:36:38 +01:00
rodzic 83fcf44e65
commit c941e29cf6
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@
#include "esp_event.h"
#include "esp_log.h"
#include "nvs_flash.h"
#include "esp_random.h"
#include "esp_bt.h"
#include "esp_blufi_api.h"

Wyświetl plik

@ -20,6 +20,7 @@
#include "freertos/semphr.h"
#include "freertos/timers.h"
#include "nvs_flash.h"
#include "esp_random.h"
#include "esp_event.h"
#include "esp_netif.h"
#include "esp_wifi.h"

Wyświetl plik

@ -4,6 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "mdns.h"
#include "esp_log.h"
#include "esp_netif.h"