aboutsummaryrefslogtreecommitdiff
path: root/init_high.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init_high.cpp')
-rw-r--r--init_high.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/init_high.cpp b/init_high.cpp
index e1e7a12..700d17a 100644
--- a/init_high.cpp
+++ b/init_high.cpp
@@ -13,12 +13,6 @@ extern uint32_t _bss_start, _bss_end;
extern int main();
-template<typename T, size_t N>
-static inline
-size_t SizeOfArray(const T(&)[N]) {
- return N;
-}
-
void init_high() {
// Copy data from flash to ram
uint32_t *src = &_copy_data_load;