[Cryptech-Commits] [sw/stm32] 02/04: restore original SCLK_DIV

git at cryptech.is git at cryptech.is
Tue Jul 12 10:23:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

fredrik at thulin.net pushed a commit to branch master
in repository sw/stm32.

commit 1396c20577f2ff8241b5dd0e8da336b6a5a7728a
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Tue Jul 12 10:15:52 2016 +0200

    restore original SCLK_DIV
---
 projects/cli-test/test-mkmif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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];



More information about the Commits mailing list