mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-09-23 10:43:49 +08:00
system: zephyr: fix build issue
fix build error /github/workspace/lib/system/zephyr/init.c:18:52: error: unused parameter 'params' [-Werror=unused-parameter] 18 | int metal_sys_init(const struct metal_init_params *params) Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
bce63e0133
commit
0678a81105
@@ -17,6 +17,8 @@ struct metal_state _metal;
|
||||
|
||||
int metal_sys_init(const struct metal_init_params *params)
|
||||
{
|
||||
(void)params;
|
||||
|
||||
metal_bus_register(&metal_generic_bus);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user