summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h b/lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h
index 8bb577f..6cc84a3 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/include/r_z_family.h
@@ -22,8 +22,6 @@
******************************************************************************/
#include "t_z_protocol.h"
#include "error_codes.h"
-#include "t_communication_service.h"
-#include "t_z_network.h"
/*******************************************************************************
* Declaration of functions
@@ -57,10 +55,12 @@ ErrorCode_e Z_Family_Init(Communication_t *Communication_p);
ErrorCode_e Z_Family_Shutdown(Communication_t *Communication_p);
/*
- * Z family Cancel Transmition.
+ * Z family Cancel Transmission.
*
- * @param [in] Communication_p Communication module context.
- * @param [in] PacketsBeforeTransferStop Number of packets that will be transmited before stopping the transmition.
+ * @param [in] Communication_p Communication module context.
+ * @param [in] PacketsBeforeTransferStop Number of packets that will be
+ * transmitted before stopping the
+ * transmission.
*
* @retval E_SUCCESS After successful execution.
* @retval E_INVALID_INPUT_PARAMETERS Invalid input parameter.