]> git.llucax.com Git - z.facultad/66.09/etherled.git/blobdiff - src/c/eth.c
Limpia código y agrega algunas constantes nuevas para el byte de status.
[z.facultad/66.09/etherled.git] / src / c / eth.c
index 83805b76fb11647205deab32d36c8c257c62ef8c..5c8686f9cb650c453c43df7a8dca5eb73f4f6e04 100644 (file)
@@ -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]);