aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'ATmega48/Source/d_button.h')
-rw-r--r--ATmega48/Source/d_button.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/ATmega48/Source/d_button.h b/ATmega48/Source/d_button.h
deleted file mode 100644
index 3fc62c8..0000000
--- a/ATmega48/Source/d_button.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// Programmer
-//
-// Date init 14.12.2004
-//
-// Reviser $Author:: Dktochpe $
-//
-// Revision date $Date:: 28-10-05 13:46 $
-//
-// Filename $Workfile:: d_button.h $
-//
-// Version $Revision:: 3 $
-//
-// Archive $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_button $
-//
-// Platform C
-//
-
-
-#ifndef D_BUTTON
-#define D_BUTTON
-
-void dButtonInit(void);
-void dButtonUpdate(void);
-void dButtonExit(void);
-
-#endif