aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_button.c
diff options
context:
space:
mode:
authorNicolas Schodet2023-03-06 17:15:36 +0100
committerNicolas Schodet2023-03-06 17:15:36 +0100
commitde3d76109e318516fc1fe06580050cd0415ce081 (patch)
treee5fd4eed8e8f23f80798c9a1de058adcf44efbc4 /ATmega48/Source/d_button.c
parentf013e6c23adb9d068f1ee5a372f9454e5db09797 (diff)
Remove ATMEGA48 files
This was never supported.
Diffstat (limited to 'ATmega48/Source/d_button.c')
-rw-r--r--ATmega48/Source/d_button.c40
1 files changed, 0 insertions, 40 deletions
diff --git a/ATmega48/Source/d_button.c b/ATmega48/Source/d_button.c
deleted file mode 100644
index 5fd3ebf..0000000
--- a/ATmega48/Source/d_button.c
+++ /dev/null
@@ -1,40 +0,0 @@
-//
-// Programmer
-//
-// Date init 14.12.2004
-//
-// Reviser $Author:: Dktochpe $
-//
-// Revision date $Date:: 28-10-05 13:46 $
-//
-// Filename $Workfile:: d_button.c $
-//
-// Version $Revision:: 7 $
-//
-// Archive $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_button $
-//
-// Platform C
-//
-
-#include "stdconst.h"
-#include "m_sched.h"
-#include "d_button.h"
-#include "d_button.r"
-
-
-void dButtonInit(void)
-{
- BUTTONInit;
-}
-
-
-void dButtonUpdate(void)
-{
- IoFromAvr.Buttons = BUTTONRead;
-}
-
-
-void dButtonExit(void)
-{
- BUTTONExit;
-}