1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
Armin Wolf acbe7a8af3 cpu/native: timer: Remove unnecessary uses of (void)
In `timer_init`, `freq` is being check so its not unused.
In `timer_set_periodic`, `flags` is being used too.

Remove the uses of `(void)` in both cases.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
2024-01-30 22:11:14 +01:00
..
2023-01-08 22:26:12 +01:00
2023-06-28 11:55:34 +02:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-11-26 21:33:23 +01:00
2023-12-19 11:13:43 +01:00
2023-12-19 11:13:43 +01:00
2023-05-24 09:53:23 +02:00
2021-07-09 10:47:42 +02:00