diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-30 10:08:34 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-30 10:08:34 +0000 |
commit | d8d8124fae5c7f3de476fd67b9b445f1e3ce992f (patch) | |
tree | 95915636c914bfe70b6c1ce3f6b1ca636bbfb9a7 | |
parent | 0a020d13e7dcbc126c808e29696c2038a1aa461e (diff) |
don't use LOOPBACK on non-olimex boards
git-svn-id: https://svn.openpcd.org:2342/trunk@57 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/rc632.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openpcd/firmware/src/rc632.c b/openpcd/firmware/src/rc632.c index 3b558fd..77743f1 100644 --- a/openpcd/firmware/src/rc632.c +++ b/openpcd/firmware/src/rc632.c @@ -32,7 +32,6 @@ #endif #define SPI_USES_DMA -#define SPI_DEBUG_LOOPBACK #define SPI_MAX_XFER_LEN 65 |