aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_pccomm.c
blob: b2e3c6c943a94eb92e7af64361df2836ae268a7c (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
//
// Programmer      
//
// Date init       14.12.2004
//
// Reviser         $Author:: Dktochpe                                        $
//
// Revision date   $Date:: 8-04-05 9:51                                      $
//
// Filename        $Workfile:: d_pccomm.c                                    $
//
// Version         $Revision:: 3                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_pccomm $
//
// Platform        C
//

#include  "stdconst.h"
#include  "m_sched.h"
#include  "d_pccomm.h"
#include  "d_pccomm.r"


void      dPcCommInit(void)
{
  //INITPcComm;
}

void      dPcCommExit(void)
{
  //EXITPcComm;
}