summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/heartbeat.h
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.h
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.h')
-rw-r--r--usb-i2c-sl018/heartbeat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/heartbeat.h b/usb-i2c-sl018/heartbeat.h
index 2ad7166..4fcf0ae 100644
--- a/usb-i2c-sl018/heartbeat.h
+++ b/usb-i2c-sl018/heartbeat.h
@@ -25,6 +25,6 @@
#define R3TUER_heatbeat_h_INCLUDED
void init_heartbeat(void);
-void handle_heartbeat(void);
+void heartbeat_task(void);
#endif