Commit c78045b3 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: removed useless printf

parent 3e25eb3a
......@@ -69,8 +69,6 @@ int spec_send_packet(struct pp_instance *ppi, void *pkt, int len,
memcpy(hdr.h_source, NP(ppi)->ch[PP_NP_GEN].addr, ETH_ALEN);
hdr.h_proto = ETH_P_1588;
pp_printf("%s: len=%d\n", __FUNCTION__, len);
led ^= 1; /* blink the other led at each tx event */
gpio_out(GPIO_PIN_LED_STATUS, led);
got = minic_tx_frame((uint8_t*)&hdr, pkt, len+ETH_HEADER_SIZE, &hwts);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment