summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl b/lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl
index ce47482..d4a8672 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/command_marshal.xsl
@@ -138,7 +138,7 @@
A_(printf("command_marshal.c (%d): ** memory allocation failed! **\n",__LINE__);)\
return E_ALLOCATE_FAILED;\
}\
-
+
#define COMMANDDATAOUT(TypeP,ApplicationP,CommandP,SizeP)\
memset((uint8*)&CmdData, 0x00, sizeof(CommandData_t));\
CmdData.Type = TypeP;\
@@ -335,7 +335,7 @@ ErrorCode_e <value-of select="concat('Done_', ../interface[@type='loader']/@name
</if>
</template>
-<template match="group/command" mode="unmarshal">
+<template match="group/command" mode="unmarshal">
<variable name="group" select="../@number" />
<variable name="command" select="@number" />
<if test='$target="lcm" or $supported_commands/group[@number=$group]/command[@number=$command]'>