Removed remaining debug code
This commit is contained in:
parent
68523814c5
commit
546efc7b61
1 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: process.c,v 1.6 2008/01/23 15:18:06 adamdunkels Exp $
|
* @(#)$Id: process.c,v 1.7 2008/01/23 21:06:25 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -49,8 +49,6 @@
|
||||||
#include "sys/process.h"
|
#include "sys/process.h"
|
||||||
#include "sys/arg.h"
|
#include "sys/arg.h"
|
||||||
|
|
||||||
PROCESS_NAME(simple_cc2420_process);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Pointer to the currently running process structure.
|
* Pointer to the currently running process structure.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue