Skip to content

Commit e306dc5

Browse files
author
Juha Heiskanen
committed
Removed extra ";"
Change-Id: If928fc97fa7cf18fca24a404a2b465957228545d
1 parent 5642a4f commit e306dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ uint16_t ws_etx_read(protocol_interface_info_entry_t *interface, addrtype_t addr
666666
return 0xffff;
667667
}
668668

669-
return etx_local_etx_read(interface->id, attribute_index);;
669+
return etx_local_etx_read(interface->id, attribute_index);
670670
}
671671
bool ws_bootstrap_nd_ns_transmit(protocol_interface_info_entry_t *cur, ipv6_neighbour_t *entry, bool unicast, uint8_t seq)
672672
{

0 commit comments

Comments
 (0)