aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-07-12 10:15:52 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-07-12 10:15:52 +0200
commit1396c20577f2ff8241b5dd0e8da336b6a5a7728a (patch)
treee2b677c873d08eaab3150066b88ea03b4d0014ac
parent87dcf973d96463f54fa71d072e02b29a4c8ef1d4 (diff)
restore original SCLK_DIV
-rw-r--r--projects/cli-test/test-mkmif.c2
1 files changed, 1 insertions, 1 deletions
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];