/*****************************************************************************************/
/*																						 */
/*									definíciók ATMEGA prg-hez							 */
/*									Létrehozva:	2008.06.01.								 */
/*									Utolsó módosítás: 2008.06.01.						 */
/*																						 */
/*****************************************************************************************/

#ifndef _MSG_SERVICE_H
#define _MSG_SERVICE_H


#include <stdlib.h>
#include <string.h>
#include "MyDef.h"

void StrCopy(char* dest, char* src, BYTE Start, BYTE Lght);
BYTE UART_Msg_Service(Device_Command* Msg);

#endif
