summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-03-24 16:35:13 -0700
committerKeith Packard <keithp@keithp.com>2009-03-24 16:35:13 -0700
commitfedd18b28ea54e1dabcd2f9e8cab3ae4ee0fd070 (patch)
treecbb8d88ea87013f9f9842ecc5292fbbe1c6c03fd
parentf0c233f25a208a636833312b1766825815735304 (diff)
MISO needs to be an input
-rw-r--r--target/ee/ee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ee/ee.c b/target/ee/ee.c
index ab1b54e3..221d5979 100644
--- a/target/ee/ee.c
+++ b/target/ee/ee.c
@@ -212,7 +212,7 @@ main ()
CS = 1;
SCK = 0;
P1DIR = ((1 << 5) |
- (1 << 4) |
+ (0 << 4) |
(1 << 3) |
(1 << 2) |
(1 << 1));