drivers/timer: fix copy/paste error

This commit is contained in:
Laurent Navet 2016-09-07 21:59:25 +02:00
parent cd505b5a71
commit f30c4ade2c

View File

@ -153,7 +153,7 @@ unsigned int timer_read(tim_t dev);
*
* This function is only needed if the timer was stopped manually before.
*
* @param[in] dev the timer device to stop
* @param[in] dev the timer device to start
*/
void timer_start(tim_t dev);