1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00
chrysn abf95d14a6
cpu/nrf5x: Tolerate NULL callback in timers
timer_set has no documented restriction on this being not null, other
implementations explicitly tolerate it (rpx0xx checks inside the ISR,
but doing it at init time keeps the ISR slim).

This is useful when using a timer just to read, without any action when
it triggers (the action is taken depending on read values, eg. in a
thread context).
2023-12-19 11:13:40 +01:00
..
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-09-18 12:40:33 +02:00
2023-11-15 12:23:39 +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-12-10 09:11:23 +01:00
2023-12-13 16:50:41 +01:00
2023-11-26 21:33:23 +01:00
2023-05-24 09:53:23 +02:00
2021-07-09 10:47:42 +02:00