summaryrefslogtreecommitdiff
path: root/tuer-rfid/tuer-rfid.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-09-23 18:53:26 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-09-23 18:53:26 +0000
commitc7ec79e08096ca81b690de154adab9c25a78e47a (patch)
treeb6af57ff64c11906592c97a033b72e89d878d8e2 /tuer-rfid/tuer-rfid.c
parentfixed \n\r to \r\n (diff)
fixed stepper stop
fixed limits git-svn-id: https://svn.spreadspace.org/avr/trunk@228 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid/tuer-rfid.c')
-rw-r--r--tuer-rfid/tuer-rfid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuer-rfid/tuer-rfid.c b/tuer-rfid/tuer-rfid.c
index 32cf5c7..60d2974 100644
--- a/tuer-rfid/tuer-rfid.c
+++ b/tuer-rfid/tuer-rfid.c
@@ -141,6 +141,7 @@ int main(void)
anyio_task();
manual_task();
ajar_task();
+ limits_task();
int16_t bytes_received = anyio_bytes_received();
if(bytes_received > 0)