summaryrefslogtreecommitdiffstats
path: root/hardware.cpp
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-04-19 02:12:03 +0200
committerneoraider <devnull@localhost>2007-04-19 02:12:03 +0200
commit625226774309d4efef855fef759f1da4bc07c0db (patch)
treed93d0e7e4a90d67d0ff3734508967546b03d9188 /hardware.cpp
parente7eeeb0d4e825a175c67cd1c0256c91362517ebb (diff)
downloadrc2007-rescue-625226774309d4efef855fef759f1da4bc07c0db.tar
rc2007-rescue-625226774309d4efef855fef759f1da4bc07c0db.zip
LED eingebaut.HEADmaster
Diffstat (limited to 'hardware.cpp')
-rw-r--r--hardware.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware.cpp b/hardware.cpp
index e652dda..8e25854 100644
--- a/hardware.cpp
+++ b/hardware.cpp
@@ -8,7 +8,7 @@
void initHardware() {
- DDRA = 0x00;
+ DDRA = 0x20;
PORTA = 0xFF;
DDRB = 0xFF;