Go to file
OBATA Akio 16eb6092b0 dtcm: prevent to use `NULL` as a Tick type
Tick (aka time_t) shall be an integer type, not a pointer.
Change to use `0` instead of `NULL`.
2021-10-16 17:07:37 +09:00
cde dtcm: prevent to use `NULL` as a Tick type 2021-10-16 17:07:37 +09:00