From dcf1025ab0eaf0c60dae9d0b4a2056635ff542f5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Feb 2013 05:17:41 +0000 Subject: naming convention for heartbeat git-svn-id: https://svn.spreadspace.org/avr/trunk@178 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/heartbeat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-i2c-sl018/heartbeat.c') 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; -- cgit v1.2.3