---
Hi Sebastien 

just update the tests_ethernet.c accroding the new :
    milkymist.git/software/include/net/microudp.h
if this patch is ok, I will push to github.

 src/tests_ethernet.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/tests_ethernet.c b/src/tests_ethernet.c
index 35c29e3..9abf14c 100644
--- a/src/tests_ethernet.c
+++ b/src/tests_ethernet.c
@@ -35,12 +35,10 @@ static int mdio()
 
 static int arp_resolution()
 {
-       int ethbuf[MICROUDP_BUFSIZE/4];
-       
-       microudp_start((unsigned char *)FLASH_OFFSET_MAC_ADDRESS, IPTOINT(192, 
168, 0, 42), ethbuf);
+       microudp_start((unsigned char *)FLASH_OFFSET_MAC_ADDRESS, IPTOINT(192, 
168, 0, 42));
        if(!microudp_arp_resolve(IPTOINT(192, 168, 0, 14)))
                return TEST_STATUS_FAILED;
-       microudp_shutdown();
+
        return TEST_STATUS_PASSED;
 }
 
-- 
1.7.0.4

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode
Twitter: www.twitter.com/milkymistvj
Ideas? http://milkymist.uservoice.com

Reply via email to