ble_mesh: example: Remove some useless included header files

This commit is contained in:
lly 2020-08-18 16:46:10 +08:00
parent 840b7f2de7
commit 528747ac4c
3 changed files with 1 additions and 3 deletions

View File

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

View File

@ -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"

View File

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