summaryrefslogtreecommitdiff
path: root/src/utils.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-21 13:00:36 +0100
committerHampusM <hampus@hampusmat.com>2022-03-21 13:00:36 +0100
commit757a29d0137b974fff6ddcc945d76e69ae120ecb (patch)
tree1fff46951e30eeae0402e99070e60901bd104eea /src/utils.hpp
parent12e3713e7705e4353d306ae2ec03abfe8fcd5f55 (diff)
refactor: use MPU6050_light & clean up bloatHEADmaster
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
deleted file mode 100644
index 33f3379..0000000
--- a/src/utils.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-/**
- * Stops code execution.
- */
-void stop();