diff packages/devs/eth/synth/ecosynth/current/src/syntheth.c @ 2519:997f0b155d30

Eliminate compiler warning. Ignore the enaddr argument to start().
author bartv
date Wed, 13 Aug 2008 21:46:23 +0000
parents b2e76f0a78c3
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/packages/devs/eth/synth/ecosynth/current/src/syntheth.c
+++ b/packages/devs/eth/synth/ecosynth/current/src/syntheth.c
@@ -394,9 +394,6 @@ synth_eth_start(struct eth_drv_sc* sc, u
                                 (int*)0, (void*) 0, (int*) 0, 0);
     }
     eth->up = 1;
-    if (enaddr != (unsigned char*)0) {
-        memcpy(enaddr, eth->MAC, 6);
-    }
 }
 
 static void