Comments and documentation fixes.

This commit is contained in:
Marco Grella 2015-09-10 14:28:08 +02:00
parent b7459a12c1
commit 87970a88a4
6 changed files with 26 additions and 7 deletions

View file

@ -92,9 +92,7 @@ void clock_delay(unsigned int i)
}
}
/*---------------------------------------------------------------------------*/
/**
* Wait for a multiple of clock ticks (7.8 ms at 128 Hz).
*/
/* Wait for a multiple of clock ticks (7.8 ms at 128 Hz). */
void clock_wait(clock_time_t t)
{
clock_time_t start;