Cleaning old .h :
- Delete unimplemented function and unused structures - Remove misleading configuration options - Transfer some comments from 6lowmac to framer-802154 (doc/uip6-doc.txt should be cleaned as well)
This commit is contained in:
parent
c699ccbe30
commit
b0907f0344
4 changed files with 67 additions and 240 deletions
|
@ -477,9 +477,9 @@ eventhandler(process_event_t ev, process_data_t data)
|
|||
* check the different timers for neighbor discovery and
|
||||
* stateless autoconfiguration
|
||||
*/
|
||||
/*if(data == &uip_nd6_timer_periodic &&
|
||||
etimer_expired(&uip_nd6_timer_periodic)) {
|
||||
uip_nd6_periodic();
|
||||
/*if(data == &uip_ds6_timer_periodic &&
|
||||
etimer_expired(&uip_ds6_timer_periodic)) {
|
||||
uip_ds6_periodic();
|
||||
tcpip_ipv6_output();
|
||||
}*/
|
||||
#if !UIP_CONF_ROUTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue