diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-08 20:01:31 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-08 20:01:31 +0000 |
commit | 0fb97f5cd94e01747bc4784deb1bd6d3c7db5e39 (patch) | |
tree | f65954b432a91bd576735c3e4a40653fa0d8b9ba | |
parent | a5c8f60f59efa3259c02353c18e4b717b8dca66f (diff) |
don't configure SSC relevant pins in RC632 code
git-svn-id: https://svn.openpcd.org:2342/trunk@85 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/rc632.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openpcd/firmware/src/rc632.c b/openpcd/firmware/src/rc632.c index 8982395..dea1470 100644 --- a/openpcd/firmware/src/rc632.c +++ b/openpcd/firmware/src/rc632.c @@ -427,9 +427,6 @@ void rc632_init(void) AT91F_PIO_CfgOutput(AT91C_BASE_PIOA, OPENPCD_PIO_RC632_RESET); - AT91F_PIO_CfgOutput(AT91C_BASE_PIOA, OPENPCD_PIO_MFIN); - AT91F_PIO_CfgInput(AT91C_BASE_PIOA, OPENPCD_PIO_MFOUT); - rc632_reset(); /* configure IRQ pin */ |