summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/tuer-rfid.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/tuer-rfid.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/tuer-rfid.c')
-rw-r--r--usb-i2c-sl018/tuer-rfid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usb-i2c-sl018/tuer-rfid.c b/usb-i2c-sl018/tuer-rfid.c
index 69523f9..c214f5b 100644
--- a/usb-i2c-sl018/tuer-rfid.c
+++ b/usb-i2c-sl018/tuer-rfid.c
@@ -133,6 +133,7 @@ int main(void)
if (sl018_check_for_new_card())
handle_card();
- handle_heartbeat();
+
+ heartbeat_task();
}
}