From 47bd9d4171774a71b1f23036843375f39367aaa0 Mon Sep 17 00:00:00 2001 From: Yuan Hong Hui Date: Fri, 28 Jan 2022 17:15:12 +0800 Subject: [PATCH] ble mesh:example:delete unused tag --- .../ble_mesh_console/main/ble_mesh_console_main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c b/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c index ea2c2a7dfa..76803ca964 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c @@ -19,16 +19,11 @@ #include "esp_vfs_dev.h" #include "nvs.h" #include "nvs_flash.h" - #include "esp_vfs_fat.h" - #include "esp_console.h" - #include "ble_mesh_console_decl.h" #include "ble_mesh_example_init.h" -#define TAG "ble_mesh_test" - #if CONFIG_STORE_HISTORY #define MOUNT_PATH "/data"