uint8_t* DataStream = (uint8_t*)(Buffer + TEMPLATE_BUFFER_OFFSET(Length));\r
uint8_t ErrorCode;\r
\r
- Pipe_SetToken(PIPE_TOKEN_IN);\r
+ Pipe_SetToken(TEMPLATE_TOKEN);\r
\r
if ((ErrorCode = Pipe_WaitUntilReady()))\r
return ErrorCode;\r
}\r
\r
#undef TEMPLATE_FUNC_NAME\r
+#undef TEMPLATE_TOKEN\r
#undef TEMPLATE_TRANSFER_BYTE\r
#undef TEMPLATE_CLEAR_PIPE\r
-#undef TEMPLATE_BUFFER_OFFSET
\ No newline at end of file
+#undef TEMPLATE_BUFFER_OFFSET\r