Make LEDs blink when data is received

This commit is contained in:
adamdunkels 2007-03-25 12:13:27 +00:00
parent 0f55a4efee
commit 4e5a47aec4

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* @(#)$Id: tcprudolph0.c,v 1.4 2007/03/25 12:14:45 adamdunkels Exp $ * @(#)$Id: tcprudolph0.c,v 1.2 2007/03/25 12:13:27 adamdunkels Exp $
*/ */
#include <stdio.h> #include <stdio.h>
@ -46,7 +46,7 @@
#include "codeprop.h" #include "codeprop.h"
#include "net/rime/rudolph0.h" #include "rudolph0.h"
#define DEBUG 0 #define DEBUG 0
#if DEBUG #if DEBUG