diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-24 20:14:23 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-24 20:14:23 +0000 |
commit | 82327a2198619f705ba13dbc70ed4d5878b35d9d (patch) | |
tree | 796fadd59db3e49d9b2f41520df0f9eb06f7cc45 | |
parent | 5ab655eb90e08d9f21f0e0fa745c8798d057e616 (diff) |
don't loopback :)
git-svn-id: https://svn.openpcd.org:2342/trunk@38 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/rc632.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/src/rc632.c b/openpcd/firmware/src/rc632.c index b1e5a3c..306db3c 100644 --- a/openpcd/firmware/src/rc632.c +++ b/openpcd/firmware/src/rc632.c @@ -13,7 +13,7 @@ #include "dbgu.h" #include "pcd_enumerate.h" -#define SPI_DEBUG_LOOPBACK +//#define SPI_DEBUG_LOOPBACK #define SPI_USES_DMA static AT91PS_SPI pSPI = AT91C_BASE_SPI; |