mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
remove debug printf
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rtimer-arch.c,v 1.7 2010/02/18 17:21:44 dak664 Exp $
|
||||
* $Id: rtimer-arch.c,v 1.8 2010/02/22 22:21:15 dak664 Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -148,5 +148,5 @@ rtimerworks=250;
|
||||
|
||||
/* Restore interrupt state */
|
||||
SREG = sreg;
|
||||
printf("rs%d",t);
|
||||
// printf("rs%d",t);
|
||||
}
|
||||
|
Reference in New Issue
Block a user