fixes
h3rald h3rald@h3rald.com
Tue, 09 Dec 2025 13:42:18 +0100
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
devices/clock.c
→
devices/clock.c
@@ -25,8 +25,6 @@ xyw_byte clock_input(xyw_byte *data, xyw_byte addr, xyw_byte *error)
{ (void)error; (void)data; - srand(time(NULL)); - time_t now = time(NULL); struct tm *lt = localtime(&now); if (!lt)