Skip to content

Commit 3c8e8a1

Browse files
committed
Patch reorder resource_ops
1 parent a97889f commit 3c8e8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp/whd_resources.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ uint32_t host_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_
317317
whd_resource_source_t resource_ops =
318318
{
319319
.whd_resource_size = host_platform_resource_size,
320-
.whd_get_resource_block_size = host_get_resource_block_size,
320+
.whd_get_resource_block = host_get_resource_block,
321321
.whd_get_resource_no_of_blocks = host_get_resource_no_of_blocks,
322-
.whd_get_resource_block = host_get_resource_block
322+
.whd_get_resource_block_size = host_get_resource_block_size
323323
};
324324

0 commit comments

Comments
 (0)