From 536703d0a2ee0db0a19fe951c834c42a39419868 Mon Sep 17 00:00:00 2001 From: bg- Date: Mon, 7 May 2007 12:02:14 +0000 Subject: [PATCH] * Check in with debug off! --- core/dev/cc2420.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dev/cc2420.c b/core/dev/cc2420.c index b30465cc9..474c31b49 100644 --- a/core/dev/cc2420.c +++ b/core/dev/cc2420.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: cc2420.c,v 1.14 2007/05/07 12:01:32 bg- Exp $ + * @(#)$Id: cc2420.c,v 1.15 2007/05/07 12:02:14 bg- Exp $ */ /* * This code is almost device independent and should be easy to port. @@ -56,7 +56,7 @@ #include "dev/cc2420.h" #include "dev/cc2420_const.h" -//#define NDEBUG +#define NDEBUG #include "lib/assert.h" #ifdef NDEBUG