From de3d76109e318516fc1fe06580050cd0415ce081 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 6 Mar 2023 17:15:36 +0100 Subject: Remove ATMEGA48 files This was never supported. --- ATmega48/Source/d_pccomm.c | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 ATmega48/Source/d_pccomm.c (limited to 'ATmega48/Source/d_pccomm.c') diff --git a/ATmega48/Source/d_pccomm.c b/ATmega48/Source/d_pccomm.c deleted file mode 100644 index b2e3c6c..0000000 --- a/ATmega48/Source/d_pccomm.c +++ /dev/null @@ -1,33 +0,0 @@ -// -// Programmer -// -// Date init 14.12.2004 -// -// Reviser $Author:: Dktochpe $ -// -// Revision date $Date:: 8-04-05 9:51 $ -// -// Filename $Workfile:: d_pccomm.c $ -// -// Version $Revision:: 3 $ -// -// Archive $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_pccomm $ -// -// Platform C -// - -#include "stdconst.h" -#include "m_sched.h" -#include "d_pccomm.h" -#include "d_pccomm.r" - - -void dPcCommInit(void) -{ - //INITPcComm; -} - -void dPcCommExit(void) -{ - //EXITPcComm; -} -- cgit v1.2.3