diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 15:31:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 15:31:36 +0200 |
commit | d69b8110517114d884c185c4dc8053858670c81f (patch) | |
tree | 8912cc5cb1b7ead5ce7469cd60356af189e926ce /client/time_windows.c | |
parent | 9cbd1ed3bd8e59e24bd4db92b749213ac2c0c8f9 (diff) |
scal and spin done, removed lcal
Diffstat (limited to 'client/time_windows.c')
-rw-r--r-- | client/time_windows.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/time_windows.c b/client/time_windows.c index f9082d6..76d1879 100644 --- a/client/time_windows.c +++ b/client/time_windows.c @@ -2,9 +2,7 @@ #include "time.h" -unsigned long w2_get_time() { - return 0; -} +unsigned long w2_get_time() { return 0; } void w2_timer_start(w2_e_client_timers label) { g_w2_client_timers[label] = w2_get_time(); } |