diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-05 15:18:37 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-05 15:18:37 +0200 |
commit | 1f8a640303976ddcc3605a9b6af8fb398dc7c300 (patch) | |
tree | 0b94783ee69909c46e7272a8160ee441ea7cb0cf /robot/hypervisor.h | |
parent | 8b2d83a74c7d23b8c745aa147836c257ded110a7 (diff) |
`make format`
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 59398c6..4b1ed9b 100644 --- a/robot/hypervisor.h +++ b/robot/hypervisor.h @@ -36,4 +36,3 @@ void w2_hypervisor_main(); void w2_hypervisor_time_start(uint8_t label); /** stop timer with label `label` */ uint64_t w2_hypervisor_time_end(uint8_t label); - |