summaryrefslogtreecommitdiff
path: root/tuer-rfid/heartbeat.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-08-17 12:45:13 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-08-17 12:45:13 +0000
commit3ace23e881f35fa78d9195f2c04e08e96a2cfea3 (patch)
tree94a303dada0fa5392fbdd3c9d104614e8b6b033d /tuer-rfid/heartbeat.c
parentfixed Board definition for teenstep (diff)
whitespace cleanups
git-svn-id: https://svn.spreadspace.org/avr/trunk@218 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid/heartbeat.c')
-rw-r--r--tuer-rfid/heartbeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuer-rfid/heartbeat.c b/tuer-rfid/heartbeat.c
index 7700706..95a3eae 100644
--- a/tuer-rfid/heartbeat.c
+++ b/tuer-rfid/heartbeat.c
@@ -29,7 +29,7 @@
#define HEARTBEAT_DURATION 10 // *10 ms, duration of heartbeat pulse
#define HEARTBEAT_DELAY 200 // *10 ms, 1/heartbeat-frequency
-uint8_t heartbeat_cnt = 0;
+uint8_t heartbeat_cnt = 0;
uint8_t heartbeat_flag;
#define FASTBEAT_PORT PORTD