ble_mesh: example: Remove some useless included header files

pull/5919/head
lly 2020-08-18 16:46:10 +08:00 zatwierdzone przez bot
rodzic c2491c86b1
commit b6308e4a1b
3 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -9,7 +9,6 @@
#include <stdio.h>
#include "driver/uart.h"
#include "driver/gpio.h"
#include "esp_log.h"

Wyświetl plik

@ -9,7 +9,6 @@
#include <stdio.h>
#include "esp_log.h"
#include "driver/uart.h"
#include "iot_button.h"
#include "esp_ble_mesh_sensor_model_api.h"

Wyświetl plik

@ -9,7 +9,6 @@
#include <stdio.h>
#include "esp_log.h"
#include "driver/uart.h"
#include "iot_button.h"
#define TAG "BOARD"