From 04a68710857b5583d3704c65cf74ff7bf9b59d6e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 26 May 2008 10:07:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@307 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c') diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c index 127304295..2a45309f5 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c @@ -54,7 +54,7 @@ static void network_device_send(void) { BufDescriptorEntry *bdep; for (i = 0; i < SEND_RETRY_MAX; i++) { - if ((bdep = EMACGetTransmitbuffer()) != NULL) { + if ((bdep = EMACGetTransmitBuffer()) != NULL) { uint8_t *bp = (uint8_t *)bdep->w1; if(uip_len <= UIP_LLH_LEN + UIP_TCPIP_HLEN) -- cgit v1.2.3