mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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 (((struct uip_eth_hdr *) ethHeader)->type != HTONS(UIP_ETHTYPE_IPV6)) {
|
||||
PRINTF("eth2low: Packet is not IPv6, dropping\n\r");
|
||||
printf("!ipv6");
|
||||
// printf("!ipv6");
|
||||
#if !RF230BB
|
||||
rndis_stat.txbad++;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user