From bdb1c540e4632a7ea7bcbc8e0f82932531e06a19 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 12 Apr 2020 10:05:02 +0800 Subject: [PATCH] Update lora_module_wrapper.h Note error: this param[in] is 'recv_callback': mcps_indication -> recv_callback --- net/lora_module_wrapper/lora_module_wrapper.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/lora_module_wrapper/lora_module_wrapper.h b/net/lora_module_wrapper/lora_module_wrapper.h index 509e3379..daac7492 100644 --- a/net/lora_module_wrapper/lora_module_wrapper.h +++ b/net/lora_module_wrapper/lora_module_wrapper.h @@ -16,7 +16,7 @@ *---------------------------------------------------------------------------*/ #ifndef _LORA_MODULE_WRAPPER_H_ -#define _LORA_MODULE_WRAPPER_H_ +#define _LORA_MODULE_WRAPPER_H_ #include #include @@ -106,7 +106,7 @@ int tos_lora_module_send_unconfirmed(const void *buf, size_t len); * * @attention None * - * @param[in] mcps_indication receive callback method + * @param[in] recv_callback receive callback method * * @return errcode */ @@ -121,5 +121,4 @@ int tos_lora_module_recvcb_register(lora_recv_callback_t recv_callback); */ int tos_lora_module_close(void); -#endif - +#endif /*_LORA_MODULE_WRAPPER_H_*/