summaryrefslogtreecommitdiff
path: root/tuer-rfid/manual.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-08-17 13:19:38 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-08-17 13:19:38 +0000
commit27048709b5f05685fedddcaacbafa71b4d76bf1b (patch)
tree06627e39ddb751ebebb4bfa3bff3fa6c8d678ffb /tuer-rfid/manual.c
parentfixed the build (diff)
moved tuer-rfid to teenstep (some port pins have changed)
git-svn-id: https://svn.spreadspace.org/avr/trunk@220 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid/manual.c')
-rw-r--r--tuer-rfid/manual.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tuer-rfid/manual.c b/tuer-rfid/manual.c
index 1423939..5ea6dd6 100644
--- a/tuer-rfid/manual.c
+++ b/tuer-rfid/manual.c
@@ -25,10 +25,10 @@
#include "manual.h"
#include "eventqueue.h"
-#define MANUAL_PIN PINF
-#define MANUAL_PORT PORTF
-#define MANUAL_DDR DDRF
-#define MANUAL_BIT 0
+#define MANUAL_PIN PIND
+#define MANUAL_PORT PORTD
+#define MANUAL_DDR DDRD
+#define MANUAL_BIT 7
#define MANUAL_LP_MAX 255