examples: esp_ble_mesh: move ble_mesh_node_prestore_params symbol to source file

pull/6150/merge
Anton Maklakov 2022-01-25 11:38:48 +07:00
rodzic 85462d17a5
commit 4085443a17
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,7 @@
#include "esp_ble_mesh_generic_model_api.h"
uint8_t dev_uuid[16] = {0xdd, 0xdd};
ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
esp_ble_mesh_prov_t prov = {
#if CONFIG_BLE_MESH_NODE

Wyświetl plik

@ -23,7 +23,7 @@ typedef struct {
uint16_t net_idx;
uint16_t unicast_addr;
} ble_mesh_node_config_params;
ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
extern ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
extern esp_ble_mesh_prov_t prov;