forked from espressif/esp-idf
ble_mesh: example: Remove some useless included header files
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "driver/uart.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
#include "iot_button.h"
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -9,7 +9,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include "esp_log.h"
|
||||
#include "driver/uart.h"
|
||||
#include "iot_button.h"
|
||||
|
||||
#define TAG "BOARD"
|
||||
|
Reference in New Issue
Block a user