mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
@@ -93,3 +93,6 @@ unsigned char leds_arch_get(void);
|
||||
void leds_arch_set(unsigned char leds);
|
||||
|
||||
#endif /* LEDS_H_ */
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
@@ -129,3 +129,6 @@ int ringbuf_size(struct ringbuf *r);
|
||||
int ringbuf_elements(struct ringbuf *r);
|
||||
|
||||
#endif /* RINGBUF_H_ */
|
||||
|
||||
/** @}*/
|
||||
/** @}*/
|
||||
|
@@ -1973,5 +1973,6 @@ uip_send(const void *data, int len)
|
||||
}
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -296,3 +296,4 @@ uip_ds6_get_least_lifetime_neighbor(void)
|
||||
return nbr_expiring;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
|
@@ -108,3 +108,4 @@ int uip_ds6_nbr_num(void);
|
||||
uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor(void);
|
||||
|
||||
#endif /* UIP_DS6_NEIGHBOR_H_ */
|
||||
/** @} */
|
||||
|
@@ -702,5 +702,6 @@ uip_ds6_compute_reachable_time(void)
|
||||
UIP_ND6_MIN_RANDOM_FACTOR(uip_ds6_if.base_reachable_time));
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -166,3 +166,4 @@ int frame802154_parse(uint8_t *data, int length, frame802154_t *pf);
|
||||
|
||||
/** @} */
|
||||
#endif /* FRAME_802154_H */
|
||||
/** @} */
|
||||
|
@@ -1311,3 +1311,4 @@ rpl_lock_parent(rpl_parent_t *p)
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
/** @} */
|
||||
|
@@ -357,3 +357,5 @@ rpl_insert_header(void)
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -957,3 +957,5 @@ rpl_icmp6_register_handlers()
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -272,3 +272,5 @@ update_metric_container(rpl_instance_t *instance)
|
||||
#endif /* RPL_DAG_MC == RPL_DAG_MC_ETX */
|
||||
}
|
||||
#endif /* RPL_DAG_MC == RPL_DAG_MC_NONE */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -159,3 +159,5 @@ update_metric_container(rpl_instance_t *instance)
|
||||
{
|
||||
instance->mc.type = RPL_DAG_MC_NONE;
|
||||
}
|
||||
|
||||
/** @}*/
|
||||
|
@@ -324,3 +324,5 @@ rpl_cancel_dao(rpl_instance_t *instance)
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -315,3 +315,5 @@ rpl_init(void)
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
|
||||
/** @}*/
|
||||
|
@@ -105,3 +105,5 @@ rtimer_run_next(void)
|
||||
return;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
/** @}*/
|
||||
|
@@ -67,3 +67,6 @@
|
||||
}
|
||||
|
||||
#endif /* SUBPROCESS_H_ */
|
||||
|
||||
/** @}*/
|
||||
/** @}*/
|
||||
|
@@ -1360,3 +1360,4 @@ lanc111_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
@@ -491,3 +491,4 @@ PROCESS_THREAD(raven_lcd_process, ev, data)
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
@@ -484,3 +484,4 @@ PROCESS_THREAD(raven_lcd_process, ev, data)
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user