ble_mesh: Rename mesh_kernel.* to mesh_timer.*

This commit is contained in:
lly 2020-03-30 17:35:01 +08:00
parent 800cb0fff8
commit 9af8947e55
6 changed files with 7 additions and 7 deletions

View file

@ -347,7 +347,7 @@ if(CONFIG_BT_ENABLED)
"esp_ble_mesh/mesh_common/mesh_atomic.c"
"esp_ble_mesh/mesh_common/mesh_buf.c"
"esp_ble_mesh/mesh_common/mesh_common.c"
"esp_ble_mesh/mesh_common/mesh_kernel.c"
"esp_ble_mesh/mesh_common/mesh_timer.c"
"esp_ble_mesh/mesh_common/mesh_util.c"
"esp_ble_mesh/mesh_core/storage/settings_nvs.c"
"esp_ble_mesh/mesh_core/access.c"

View file

@ -5,8 +5,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _BLE_MESH_KERNEL_H_
#define _BLE_MESH_KERNEL_H_
#ifndef _BLE_MESH_TIMER_H_
#define _BLE_MESH_TIMER_H_
#include "mesh_types.h"
#include "mesh_slist.h"
@ -284,5 +284,5 @@ void bt_mesh_k_deinit(void);
}
#endif
#endif /* _BLE_MESH_KERNEL_H_ */
#endif /* _BLE_MESH_TIMER_H_ */

View file

@ -19,7 +19,7 @@
*/
#include "mesh_atomic.h"
#include "mesh_kernel.h"
#include "mesh_timer.h"
#ifndef CONFIG_ATOMIC_OPERATIONS_BUILTIN

View file

@ -9,7 +9,7 @@
#include "mesh_buf.h"
#include "mesh_trace.h"
#include "mesh_kernel.h"
#include "mesh_timer.h"
int net_buf_id(struct net_buf *buf)
{

View file

@ -14,7 +14,7 @@
#include "mesh_types.h"
#include "mesh_util.h"
#include "mesh_buf.h"
#include "mesh_kernel.h"
#include "mesh_timer.h"
/**
* @brief Bluetooth Mesh Access Layer