From 9ba15e49b665c5324e4358556da7f7516eeb9ecb Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Tue, 10 Dec 2024 01:29:10 +0530 Subject: [PATCH] Fix missing docstring for reg_info Signed-off-by: Chaitanya Tata --- nrf70_bm_lib/include/nrf70_bm_lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nrf70_bm_lib/include/nrf70_bm_lib.h b/nrf70_bm_lib/include/nrf70_bm_lib.h index a688b4c..ad2610d 100644 --- a/nrf70_bm_lib/include/nrf70_bm_lib.h +++ b/nrf70_bm_lib/include/nrf70_bm_lib.h @@ -274,6 +274,7 @@ struct nrf70_regulatory_info { * configurations including the download of the firmware patch for nRF70 device. * * @param[in] mac_addr MAC address of the device. + * @param[in] reg_info Regulatory information. * * @retval 0 If the operation was successful. * @retval -1 If the operation failed.