summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/limits.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 05:26:59 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 05:26:59 +0000
commitfb020a20c7a1ea0fa97f5f489b8589685007e1b6 (patch)
treeec263482657ba6c194df881f07f16ae3da8e5d97 /usb-i2c-sl018/limits.c
parentnaming convention for eventqueue (diff)
naming conventions for limits
git-svn-id: https://svn.spreadspace.org/avr/trunk@182 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/limits.c')
-rw-r--r--usb-i2c-sl018/limits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/limits.c b/usb-i2c-sl018/limits.c
index b96cf94..027a3b5 100644
--- a/usb-i2c-sl018/limits.c
+++ b/usb-i2c-sl018/limits.c
@@ -32,7 +32,7 @@
#define LIMITS_LP_MAX 255
-void init_limits(void)
+void limits_init(void)
{
LIMITS_DDR = LIMITS_DDR & ~(1<<LIMITS_OPEN | 1<<LIMITS_CLOSE);
LIMITS_PORT |= (1<<LIMITS_OPEN | 1<<LIMITS_CLOSE);