Merge branch 'bugfix/ble_mesh_example_compile_warn' into 'master'

ble_mesh: example: Fix example compile warning

Closes BMCI-108

See merge request espressif/esp-idf!10081
This commit is contained in:
Island 2020-09-01 14:05:37 +08:00
commit 03f5d2fec8
4 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,6 @@
#include <stdio.h>
#include "driver/uart.h"
#include "driver/gpio.h"
#include "esp_log.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"

View File

@ -19,7 +19,7 @@ extern "C" {
#endif
#include "driver/gpio.h"
#include "freertos/portmacro.h"
#include "freertos/FreeRTOS.h"
typedef void (* button_cb)(void*);
typedef void* button_handle_t;