| commit | c91cad735aee603595c3434fb95d6e938e5f2bb1 | [log] [tgz] |
|---|---|---|
| author | Anas Nashif <anas.nashif@intel.com> | Tue Sep 26 21:32:13 2023 +0000 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 03 11:46:52 2023 +0100 |
| tree | 0e5974e67bb46b58082b218971dd3ddef1f652ee | |
| parent | c54fb959e30ae04a8e29c30dfbe4a63caafa929b [diff] [blame] |
kernel: object: rename z_object_init to k_object_init Do not use z_ for internal API and rename to k_object_init. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/kernel/timer.c b/kernel/timer.c index 9994ae4..1dc60db 100644 --- a/kernel/timer.c +++ b/kernel/timer.c
@@ -128,7 +128,7 @@ timer->user_data = NULL; - z_object_init(timer); + k_object_init(timer); #ifdef CONFIG_OBJ_CORE_TIMER k_obj_core_init_and_link(K_OBJ_CORE(timer), &obj_type_timer);