修复一些bug
This commit is contained in:
@@ -7,3 +7,4 @@ obj_handler_t handler_alloc(void);
|
||||
void handler_free(obj_handler_t hd_inx);
|
||||
void handler_free_umap(obj_handler_t hd_inx);
|
||||
void hanlder_pre_alloc(obj_handler_t inx);
|
||||
bool_t handler_is_used(obj_handler_t hd_inx);
|
||||
|
||||
4
mkrtos_user/lib/sys_util/inc/u_rpc_buf.h
Normal file
4
mkrtos_user/lib/sys_util/inc/u_rpc_buf.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
obj_handler_t rpc_hd_get(int inx);
|
||||
int rpc_hd_alloc(void);
|
||||
Reference in New Issue
Block a user