1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
Sebastian Meiling ed5f085b30 periph/timer: always return 0 for success
Change documentation on return codes in periph/timer API to
return 0 on success and (-1) on error by default.
For timer_init this was already the case, but for timer_set,
timer_set_absolute, and timer_clear this is now changed
from 1 to 0 for success, while error remains (-1).
2019-09-11 13:31:13 +02:00
..
2017-09-01 15:12:20 +02:00
2019-04-03 11:12:46 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2015-11-19 15:57:36 +01:00
2019-03-21 04:27:41 +01:00
2017-09-01 15:12:20 +02:00
2018-03-01 20:53:34 +01:00
2018-09-07 14:54:23 +02:00
2019-02-11 09:35:23 +01:00