summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h
diff options
context:
space:
mode:
authorXVSALGE <aleksandar.gerasimovski@seavus.com>2012-02-22 08:14:11 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:44:00 +0200
commit9dc2897fef041426347e80385707b7c86324c63e (patch)
treeb7525770a2da28553426465f47a6d65efaa22c3b /lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h
parent828be7d08c886347641d8bba675993caf5a13d1a (diff)
Sync lcm with CC source
Synchronize loader_communication with clearcase source ST-Ericsson ID: 413947 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ib23b84360b351a2598190d9d6b510895cc892436 Depends-On: I4b049943fc2acc63ed5f94dff6d4bc0e36fde1cf Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/48934 Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com> Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h b/lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h
index 7e6d2f6..9731e3d 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/include/r_r15_family.h
@@ -11,7 +11,7 @@
* The R15 protocol family include two protocols COMMAND and BULK. Command
* protocol is used for sending commands between the ME and PC tool in both
* direction. This module include R15 transport layer and R15 network layer
- * for handling R15 prtocols.
+ * for handling R15 protocols.
*
* @{
*
@@ -22,7 +22,6 @@
******************************************************************************/
#include "t_r15_family.h"
#include "error_codes.h"
-#include "t_communication_service.h"
/*******************************************************************************
* Declaration of functions
@@ -43,7 +42,7 @@
ErrorCode_e R15_Family_Init(Communication_t *Communication_p);
/**
- * R15 family protocols sutdown.
+ * R15 family protocols shutdown.
*
* @param [in] Communication_p Communication module context.
*
@@ -53,10 +52,12 @@ ErrorCode_e R15_Family_Init(Communication_t *Communication_p);
ErrorCode_e R15_Family_Shutdown(Communication_t *Communication_p);
/*
- * R15 Cancel Transmition.
+ * R15 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.