diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-26 17:40:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-26 17:40:36 +0200 |
commit | 2a0270f3ba6eb993fb39ed3564f626d724156654 (patch) | |
tree | d8d310eb35768f84d25453eae4b8cd4721bd8ddf /client/time.h | |
parent | 55fe6aaeee49894dc07516f0c4e21f692b2950fe (diff) |
implement battery measurement and target area switching
Diffstat (limited to 'client/time.h')
-rw-r--r-- | client/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/time.h b/client/time.h index a989c5c..130f91a 100644 --- a/client/time.h +++ b/client/time.h @@ -6,6 +6,7 @@ extern unsigned long g_w2_client_timers[W2_CLIENT_TIMER_COUNT]; typedef enum { W2_TIMER_PING = 0, W2_TIMER_UPDATE = 1, + W2_TIMER_INFO = 2, } w2_e_client_timers; void w2_timer_start(w2_e_client_timers label); |