|
|
@@ -6,8 +6,8 @@
|
|
|
CONDITIONS OF ANY KIND, either express or implied.
|
|
|
*/
|
|
|
|
|
|
-#ifndef _BLE_MESH_DEMO_INIT_H_
|
|
|
-#define _BLE_MESH_DEMO_INIT_H_
|
|
|
+#ifndef _BLE_MESH_EXAMPLE_INIT_H_
|
|
|
+#define _BLE_MESH_EXAMPLE_INIT_H_
|
|
|
|
|
|
#include "esp_err.h"
|
|
|
|
|
|
@@ -17,4 +17,4 @@ void ble_mesh_get_dev_uuid(uint8_t *dev_uuid);
|
|
|
|
|
|
esp_err_t bluetooth_init(void);
|
|
|
|
|
|
-#endif /* _BLE_MESH_DEMO_INIT_H_ */
|
|
|
+#endif /* _BLE_MESH_EXAMPLE_INIT_H_ */
|