summaryrefslogtreecommitdiffstats
path: root/hardware.cpp
diff options
context:
space:
mode:
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;