enventor - updated program template code

This commit is contained in:
ChunEon Park 2013-09-05 23:38:01 +09:00
parent 2d9ee2180e
commit f543b154fd
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,7 @@ const char *TEMPLATE_DESC[TEMPLATE_DESC_LINE_CNT] =
"}", "}",
}; };
#define TEMPLATE_PROG_LINE_CNT 6 #define TEMPLATE_PROG_LINE_CNT 7
const char *TEMPLATE_PROG[TEMPLATE_PROG_LINE_CNT] = const char *TEMPLATE_PROG[TEMPLATE_PROG_LINE_CNT] =
{ {
@ -154,6 +154,7 @@ const char *TEMPLATE_PROG[TEMPLATE_PROG_LINE_CNT] =
" source: \"*\";<br/>", " source: \"*\";<br/>",
" action: STATE_SET \"default\" 0.0;<br/>", " action: STATE_SET \"default\" 0.0;<br/>",
" target: \"template\";<br/>", " target: \"template\";<br/>",
" //transition: LINEAR 1.0;<br/>",
"}" "}"
}; };