Remove debug print
This commit is contained in:
parent
b4bc7fc3da
commit
a64a8674bc
|
@ -342,7 +342,7 @@ void mac_ethernetToLowpan(uint8_t * ethHeader)
|
||||||
//If not IPv6 we don't do anything
|
//If not IPv6 we don't do anything
|
||||||
if (((struct uip_eth_hdr *) ethHeader)->type != HTONS(UIP_ETHTYPE_IPV6)) {
|
if (((struct uip_eth_hdr *) ethHeader)->type != HTONS(UIP_ETHTYPE_IPV6)) {
|
||||||
PRINTF("eth2low: Packet is not IPv6, dropping\n\r");
|
PRINTF("eth2low: Packet is not IPv6, dropping\n\r");
|
||||||
printf("!ipv6");
|
// printf("!ipv6");
|
||||||
#if !RF230BB
|
#if !RF230BB
|
||||||
rndis_stat.txbad++;
|
rndis_stat.txbad++;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue