From 1396c20577f2ff8241b5dd0e8da336b6a5a7728a Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Tue, 12 Jul 2016 10:15:52 +0200 Subject: restore original SCLK_DIV --- projects/cli-test/test-mkmif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/cli-test/test-mkmif.c b/projects/cli-test/test-mkmif.c index af222bc..5ceb376 100644 --- a/projects/cli-test/test-mkmif.c +++ b/projects/cli-test/test-mkmif.c @@ -20,7 +20,7 @@ #undef HAL_OK -#define SCLK_DIV 0x01 +#define SCLK_DIV 0x20 typedef union { uint8_t byte[4]; -- cgit v1.2.3