From ba78bd9ba834260d035a9830726afc34fdad2a15 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 18 Oct 2009 23:32:54 +0200 Subject: import firmware from LEGO v1.05 --- ATmega48/Source/d_armcomm.c | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ATmega48/Source/d_armcomm.c (limited to 'ATmega48/Source/d_armcomm.c') diff --git a/ATmega48/Source/d_armcomm.c b/ATmega48/Source/d_armcomm.c new file mode 100644 index 0000000..bdcce63 --- /dev/null +++ b/ATmega48/Source/d_armcomm.c @@ -0,0 +1,48 @@ +// +// Programmer +// +// Date init 14.12.2004 +// +// Reviser $Author:: Dktochpe $ +// +// Revision date $Date:: 28-10-05 13:46 $ +// +// Filename $Workfile:: d_armcomm.c $ +// +// Version $Revision:: 5 $ +// +// Archive $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_armcom $ +// +// Platform C +// + + + +#include "stdconst.h" +#include "m_sched.h" +#include "c_armcomm.h" +#include "d_armcomm.r" + + +void dArmCommInit(void) +{ + ARMCOMMInit; +} + + +UBYTE dArmCommCheck(void) +{ + return (ARMCOMMCheck); +} + + +UBYTE dArmCommCopyRight(void) +{ + return (ARMCOMMCopyRight); +} + + +void dArmCommExit(void) +{ + ARMCOMMExit; +} -- cgit v1.2.3