summaryrefslogtreecommitdiff
path: root/src/common/memory.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/common/memory.hpp
parent12e3713e7705e4353d306ae2ec03abfe8fcd5f55 (diff)
refactor: use MPU6050_light & clean up bloatHEADmaster
Diffstat (limited to 'src/common/memory.hpp')
-rw-r--r--src/common/memory.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/common/memory.hpp b/src/common/memory.hpp
deleted file mode 100644
index 888ede3..0000000
--- a/src/common/memory.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <stddef.h>
-
-namespace common
-{
-
-template <typename memType>
-memType *malloc_s(unsigned int size);
-
-} // namespace common
-
-#include "memory.tpp"