[Cryptech-Commits] [sw/stm32] 06/08: Reduce overly-long HAL_IO_TIMEOUT.
git at cryptech.is
git at cryptech.is
Thu Oct 15 22:22:15 UTC 2020
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.
commit e7aec24d13602c3d4fccfcbe04ac4da375aa7b28
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Thu Oct 15 13:55:37 2020 -0400
Reduce overly-long HAL_IO_TIMEOUT.
---
libraries/libhal/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libraries/libhal/Makefile b/libraries/libhal/Makefile
index 7f9bf62..950e620 100644
--- a/libraries/libhal/Makefile
+++ b/libraries/libhal/Makefile
@@ -3,5 +3,6 @@ vpath %.h ${LIBHAL_SRC}
CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter
CFLAGS += -DHAL_STATIC_CLIENT_STATE_BLOCKS=25
+CFLAGS += -DHAL_IO_TIMEOUT=10000000
include ${LIBHAL_SRC}/Makefile
More information about the Commits
mailing list