From 9129af503c8211d713c8a160a3b6f3f86b328639 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 2 Jan 2016 20:53:42 +0100 Subject: o Adding a utility to dump segment sizes from the generated ELF files. o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI. --- init_high.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init_high.cpp') 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 -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; -- cgit v1.2.3