From d383f2bcdb6ff13cc562fce1ff55d826035debad Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 6 Mar 2023 17:36:31 +0100 Subject: Simplify source tree Now just use make in the root directory to build. --- AT91SAM7S256/Source/d_button.c | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 AT91SAM7S256/Source/d_button.c (limited to 'AT91SAM7S256/Source/d_button.c') diff --git a/AT91SAM7S256/Source/d_button.c b/AT91SAM7S256/Source/d_button.c deleted file mode 100644 index 2691e8c..0000000 --- a/AT91SAM7S256/Source/d_button.c +++ /dev/null @@ -1,36 +0,0 @@ -// -// Date init 14.12.2004 -// -// Revision date $Date:: 14-11-07 12:40 $ -// -// Filename $Workfile:: d_button.c $ -// -// Version $Revision:: 1 $ -// -// Archive $Archive:: /LMS2006/Sys01/Main_V02/Firmware/Source/d_butt $ -// -// Platform C -// - -#include "stdconst.h" -#include "m_sched.h" -#include "d_button.h" -#include "d_button.r" - -static UBYTE TimeTick; - -void dButtonInit(UBYTE Prescaler) -{ - TimeTick = Prescaler; - BUTTONInit; -} - -void dButtonRead(UBYTE *pButton) -{ - BUTTONRead(pButton); -} - -void dButtonExit(void) -{ - BUTTONExit; -} -- cgit v1.2.3