summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h b/lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h
index 66575f5..eb82411 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/include/t_r15_family.h
@@ -18,12 +18,11 @@
******************************************************************************/
#include "t_r15_transport_layer.h"
-#include "t_r15_network_layer.h"
-/** Strucure with timeouts for R15 protocols. */
+/** Structure with timeouts for R15 protocols. */
typedef struct {
uint32 TCACK ; /**< Time for command packet acknowledge. */
- uint32 TBCR; /**< Time for bulk command packet to be recieved.*/
+ uint32 TBCR; /**< Time for bulk command packet to be received.*/
uint32 TBDR; /**< Time for bulk data packet to be received. */
} R15_Timeouts_t;