Commit da484a73 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: add short explanation to TODO comments

parent cac91f65
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
void pp_init_clock(struct pp_instance *ppi) void pp_init_clock(struct pp_instance *ppi)
{ {
/* TODO */ /* TODO servo implement function*/
} }
void pp_update_offset(struct pp_instance *ppi, TimeInternal *send_time, void pp_update_offset(struct pp_instance *ppi, TimeInternal *send_time,
...@@ -15,11 +15,11 @@ void pp_update_offset(struct pp_instance *ppi, TimeInternal *send_time, ...@@ -15,11 +15,11 @@ void pp_update_offset(struct pp_instance *ppi, TimeInternal *send_time,
TimeInternal *correctionField) TimeInternal *correctionField)
/* FIXME: offset_from_master_filter: put it in ppi */ /* FIXME: offset_from_master_filter: put it in ppi */
{ {
/* TODO */ /* TODO servo implement function*/
} }
void pp_update_clock(struct pp_instance *ppi) void pp_update_clock(struct pp_instance *ppi)
{ {
/* TODO */ /* TODO servo implement function*/
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment