summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-06-25 01:32:08 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-06-25 01:32:08 +0200
commit0efed470ebe279e1ee2d4a1fd055d29c4f96de30 (patch)
tree6ee487e6d25f6d85764ab99f39d82b467bb689df /software
parentserial shell and hearteat thread (diff)
fixed footprint for zigbit module
Diffstat (limited to 'software')
-rw-r--r--software/dustmap-node/dustmap-node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/dustmap-node/dustmap-node.c b/software/dustmap-node/dustmap-node.c
index 1d46607..86e0547 100644
--- a/software/dustmap-node/dustmap-node.c
+++ b/software/dustmap-node/dustmap-node.c
@@ -49,7 +49,7 @@ PROCESS_THREAD(heartbeat_process, ev, data)
DDRE |= (1<<PE2);
PORTE &= ~(1<<PE2);
- etimer_set(&et, 12);
+ etimer_set(&et, CLOCK_SECOND/5);
for(;;) {
PROCESS_WAIT_EVENT_UNTIL(etimer_expired(&et));