mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble_mesh: example: Remove some useless included header files
This commit is contained in:
parent
840b7f2de7
commit
528747ac4c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user