summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/main.c
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 12:43:21 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 12:43:21 +0000
commit0dca1ae728bd2f4302773013aa6f719cc53ff37d (patch)
tree7dd30e9905b502454432affc8b3035b5ef6267a7 /openpcd/firmware/src/main.c
parente71336c5d161776bec27ac0fd8c30017698c42cc (diff)
f
git-svn-id: https://svn.openpcd.org:2342/trunk@13 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/main.c')
-rw-r--r--openpcd/firmware/src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpcd/firmware/src/main.c b/openpcd/firmware/src/main.c
index f3f8e59..552638d 100644
--- a/openpcd/firmware/src/main.c
+++ b/openpcd/firmware/src/main.c
@@ -104,10 +104,10 @@ static int usb_in(struct req_ctx *rctx)
default:
return -EINVAL;
}
- AT91F_UDP_Write(0, &rctx->tx.data[0], rctx->tx.tot_len);
+ //AT91F_UDP_Write(0, &rctx->tx.data[0], rctx->tx.tot_len);
}
-//#define DEBUG_TOGGLE_LED
+#define DEBUG_TOGGLE_LED
int main(void)
{
@@ -167,6 +167,6 @@ int main(void)
}
/* busy-wait for led toggle */
- for (i = 0; i < 0x7fffff; i++) {}
+ for (i = 0; i < 0x2fffff; i++) {}
}
}
personal git repositories of Harald Welte. Your mileage may vary