X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/3978740ee545b373cfaa9f97b899b11c01a3d199..3f85b3197c02a63c0f7f057c0d92a3c98a98fdb7:/src/c/eth.c?ds=inline diff --git a/src/c/eth.c b/src/c/eth.c index 83805b7..5c8686f 100644 --- a/src/c/eth.c +++ b/src/c/eth.c @@ -40,8 +40,6 @@ void eth_write_frame_header() { /* variable para iterar */ byte i; - /* tipo de paquete transportado */ - uint16 type = ; /* mandamos como MAC de destino la remota */ for (i = 0; i < ETH_MAC_SIZE; ++i) net_putb(mac_addr_remote[i]);