From 72eb4e0c0627c57443776d31fa7585ff068b51f1 Mon Sep 17 00:00:00 2001 From: bernd Date: Wed, 20 Jul 2011 07:42:08 +0200 Subject: [PATCH] Removed crc function stub as now we get it from app library --- simulat0r/simcore/misc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/simulat0r/simcore/misc.c b/simulat0r/simcore/misc.c index b006768..36c5cfb 100644 --- a/simulat0r/simcore/misc.c +++ b/simulat0r/simcore/misc.c @@ -1,6 +1,3 @@ -int crc16(int x) { -} - void __disable_irq() { }