summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/heartbeat.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-06 22:41:34 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-06 22:41:34 +0000
commitd9ff51fb25f3c62441b6f22489c9075b6282cc6d (patch)
tree1bf4af0251ddf28f65cc437fbdcfc3098a91c2ee /usb-i2c-sl018/heartbeat.c
parentbasic statemachine (diff)
refactored heartbeat lib
git-svn-id: https://svn.spreadspace.org/avr/trunk@143 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/heartbeat.c')
-rw-r--r--usb-i2c-sl018/heartbeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/heartbeat.c b/usb-i2c-sl018/heartbeat.c
index fd9d5cb..fd7f11a 100644
--- a/usb-i2c-sl018/heartbeat.c
+++ b/usb-i2c-sl018/heartbeat.c
@@ -57,7 +57,7 @@ void init_heartbeat(void)
TIMSK0 = 1<<OCIE0A;
}
-void handle_heartbeat(void)
+void heartbeat_task(void)
{
if(heartbeat_flag)
led_on();