diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 23:47:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 23:47:54 +0200 |
commit | 519bad1fca5b774564d68c8c2441523c5038c57f (patch) | |
tree | 0ba26a5ba5ee5990caf6eab39ecffe72770ba5f3 /robot/hypervisor.h | |
parent | 0d3c52e49dc34344f335fd6d7b214592723cbc93 (diff) |
`make format` + removed debug messages0.5.0
Diffstat (limited to 'robot/hypervisor.h')
-rw-r--r-- | robot/hypervisor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/hypervisor.h b/robot/hypervisor.h index fe9dbea..e9699cf 100644 --- a/robot/hypervisor.h +++ b/robot/hypervisor.h @@ -46,4 +46,3 @@ void w2_time_reset(); void w2_hypervisor_time_start(uint8_t label); /** stop timer with label `label` */ uint64_t w2_hypervisor_time_end(uint8_t label); - |