summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/heartbeat.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 05:17:41 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 05:17:41 +0000
commitdcf1025ab0eaf0c60dae9d0b4a2056635ff542f5 (patch)
tree9090aa90ee42d3054e0a932228549d40f60b72e9 /usb-i2c-sl018/heartbeat.c
parentcleanup (diff)
naming convention for heartbeat
git-svn-id: https://svn.spreadspace.org/avr/trunk@178 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 47caffc..7700706 100644
--- a/usb-i2c-sl018/heartbeat.c
+++ b/usb-i2c-sl018/heartbeat.c
@@ -48,7 +48,7 @@ ISR(TIMER0_COMPA_vect)
}
}
-void init_heartbeat(void)
+void heartbeat_init(void)
{
led_off();
heartbeat_cnt = 0;