aboutsummaryrefslogtreecommitdiff
path: root/include/playground.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-01-02 21:13:31 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2016-01-02 21:13:31 +0100
commitbaedda497d16c5096971eee83a0c467fe663fe6d (patch)
tree2f8925c68d94aed7d5fc7022462abbb359200b9e /include/playground.h
parent9129af503c8211d713c8a160a3b6f3f86b328639 (diff)
downloadstm32f103-playground-baedda497d16c5096971eee83a0c467fe663fe6d.tar.gz
stm32f103-playground-baedda497d16c5096971eee83a0c467fe663fe6d.tar.bz2
stm32f103-playground-baedda497d16c5096971eee83a0c467fe663fe6d.tar.xz
stm32f103-playground-baedda497d16c5096971eee83a0c467fe663fe6d.zip
o Moving around a lot of files.
Diffstat (limited to 'include/playground.h')
-rw-r--r--include/playground.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/playground.h b/include/playground.h
deleted file mode 100644
index c224908..0000000
--- a/include/playground.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PLAYGROUND_H
-#define PLAYGROUND_H
-
-extern "C" void halt();
-
-template<typename T, size_t N>
-static inline
-size_t SizeOfArray(const T(&)[N]) {
- return N;
-}
-
-#endif