aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_armcomm.c
blob: bdcce63247fad9742de94e136fcc861fc0bc1e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
//
// Programmer      
//
// Date init       14.12.2004
//
// Reviser         $Author:: Dktochpe                                        $
//
// Revision date   $Date:: 28-10-05 13:46                                    $
//
// Filename        $Workfile:: d_armcomm.c                                   $
//
// Version         $Revision:: 5                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_armcom $
//
// Platform        C
//



#include  "stdconst.h"
#include  "m_sched.h"
#include  "c_armcomm.h"
#include  "d_armcomm.r"


void      dArmCommInit(void)
{
  ARMCOMMInit;
}


UBYTE     dArmCommCheck(void)
{
  return (ARMCOMMCheck);
}


UBYTE     dArmCommCopyRight(void)
{
  return (ARMCOMMCopyRight);
}


void      dArmCommExit(void)
{
  ARMCOMMExit;
}