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.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ATmega48/Source/d_pccomm.h (limited to 'ATmega48/Source/d_pccomm.h') diff --git a/ATmega48/Source/d_pccomm.h b/ATmega48/Source/d_pccomm.h deleted file mode 100644 index 29ca916..0000000 --- a/ATmega48/Source/d_pccomm.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// Programmer -// -// Date init 14.12.2004 -// -// Reviser $Author:: Dkandlun $ -// -// Revision date $Date:: 28-12-04 14:19 $ -// -// Filename $Workfile:: d_pccomm.h $ -// -// Version $Revision:: 1 $ -// -// Archive $Archive:: /LMS2006/Sys01/Peripheral/Firmware/Source/d_pc $ -// -// Platform C -// - - -#ifndef D_PCCOMM -#define D_PCCOMM - -void dPcCommInit(void); -void dPcCommExit(void); - -#endif -- cgit v1.2.3