Bläddra i källkod

ble_mesh: example: Remove some useless included header files

lly 5 år sedan
förälder
incheckning
3bfe5f130b

+ 1 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/board.c

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

+ 0 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/board.c

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

+ 0 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/board.c

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