From e7a3df6c18173ad12750faa56cb8a8f6c68874cb Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 4 Aug 2015 13:30:01 +0300 Subject: Improved FSMC. SRAM configuration is much more flexible now. --- os/various/memtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/various/memtest.cpp') diff --git a/os/various/memtest.cpp b/os/various/memtest.cpp index 175ac56..b853fe7 100644 --- a/os/various/memtest.cpp +++ b/os/various/memtest.cpp @@ -18,7 +18,7 @@ #include #include -#include "memtest.hpp" +#include "memtest.h" static unsigned int prng_seed = 42; -- cgit v1.2.3