diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-07-12 10:15:52 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-07-12 10:15:52 +0200 |
commit | 1396c20577f2ff8241b5dd0e8da336b6a5a7728a (patch) | |
tree | e2b677c873d08eaab3150066b88ea03b4d0014ac | |
parent | 87dcf973d96463f54fa71d072e02b29a4c8ef1d4 (diff) |
restore original SCLK_DIV
-rw-r--r-- | projects/cli-test/test-mkmif.c | 2 |
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]; |