aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_armcomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ATmega48/Source/d_armcomm.c')
-rw-r--r--ATmega48/Source/d_armcomm.c48
1 files changed, 0 insertions, 48 deletions
diff --git a/ATmega48/Source/d_armcomm.c b/ATmega48/Source/d_armcomm.c
deleted file mode 100644
index bdcce63..0000000
--- a/ATmega48/Source/d_armcomm.c
+++ /dev/null
@@ -1,48 +0,0 @@
-//
-// 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;
-}