1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
Marian Buschsieweke fd3ae2993f
sys/ztimer: work around bug in old LLVM
The sum of an `uint16_t` variable and a literal `1` should still be of
type `uin16_t`. And at least with LLVM 16 this seems to be the case,
but not with the LLVM version in our build container :/

So cast what should have been `uint16_t` anyway explicitly to `uint16_t`
to make that buggy version of LLVM happy.
2023-07-18 12:24:08 +02:00
..
2023-05-19 15:03:42 +02:00
2023-06-05 13:00:23 +02:00
2023-05-24 09:53:33 +02:00
2023-02-17 20:09:53 +00:00
2022-09-29 22:01:37 +02:00
2023-07-07 17:41:40 +00:00
2023-05-30 20:39:10 +02:00
2023-05-24 09:53:35 +02:00
2023-07-18 12:24:08 +02:00
2023-05-24 09:53:35 +02:00