[Cryptech-Commits] [sw/stm32] branch master updated: Add startup delay to let fmc bus settle
git at cryptech.is
git at cryptech.is
Mon Aug 27 21:24:00 UTC 2018
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/stm32.
The following commit(s) were added to refs/heads/master by this push:
new 322e272 Add startup delay to let fmc bus settle
322e272 is described below
commit 322e272c90488adb65edc6b0bd1ebab442f435d5
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Aug 27 17:23:23 2018 -0400
Add startup delay to let fmc bus settle
---
projects/libhal-test/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/projects/libhal-test/main.c b/projects/libhal-test/main.c
index fff8c38..c0d9330 100644
--- a/projects/libhal-test/main.c
+++ b/projects/libhal-test/main.c
@@ -43,6 +43,7 @@ extern void __main(void);
int main(void)
{
stm_init();
+ HAL_Delay(500);
led_on(LED_GREEN);
__main();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list