Buoyancy Firmware  1.0
Buoyancy Vehicle Firmware Documentation
Tick.h
Go to the documentation of this file.
1 #ifndef _TICK_H
2 #define _TICK_H
3 
4 #include "nrfx_systick.h"
5 
6 nrfx_systick_state_t ticktime;
7 
8 #define tick_get() nrfx_systick_get(&ticktime)
9 
10 #define
11 
12 #endif
nrfx_systick_state_t ticktime
Definition: Tick.h:6