aboutsummaryrefslogtreecommitdiffhomepage
path: root/ATmega48/Source/d_armcomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ATmega48/Source/d_armcomm.h')
-rw-r--r--ATmega48/Source/d_armcomm.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/ATmega48/Source/d_armcomm.h b/ATmega48/Source/d_armcomm.h
deleted file mode 100644
index 416753e..0000000
--- a/ATmega48/Source/d_armcomm.h
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// Programmer
-//
-// Date init 14.12.2004
-//
-// Reviser $Author:: Dktochpe $
-//
-// Revision date $Date:: 28-10-05 13:46 $
-//
-// Filename $Workfile:: d_armcomm.h $
-//
-// Version $Revision:: 4 $
-//
-// Archive $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_armcom $
-//
-// Platform C
-//
-
-
-#ifndef D_ARMCOMM
-#define D_ARMCOMM
-
-void dArmCommInit(void);
-UBYTE dArmCommCheck(void);
-UBYTE dArmCommCopyRight(void);
-void dArmCommExit(void);
-
-#endif