1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #5831 from mali/timer

drivers/timer: fix copy/paste error
This commit is contained in:
Martine Lenders 2016-09-08 22:22:38 +02:00 committed by GitHub
commit 5552b92023

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);