git.graph-it.com
/
graphit
/
unipi-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0f6c2
)
Change MAX_SPI_ to 40
author
Miroslav Ondra
<ondra@faster.cz>
Sun, 24 Jan 2021 18:48:00 +0000
(19:48 +0100)
committer
Miroslav Ondra
<ondra@faster.cz>
Sun, 24 Jan 2021 18:48:00 +0000
(19:48 +0100)
modules/unipi/src/unipi_common.h
patch
|
blob
|
history
diff --git
a/modules/unipi/src/unipi_common.h
b/modules/unipi/src/unipi_common.h
index a3b2be8c3560ce2a04ffbead394fc10c3620fb55..8c54eb6a169fc3ec05ffd9d44940cc01fa3098fa 100644
(file)
--- a/
modules/unipi/src/unipi_common.h
+++ b/
modules/unipi/src/unipi_common.h
@@
-75,7
+75,7
@@
#endif
#if defined(CONFIG_ARM64)
-#define NEURONSPI_MAX_TX
64
+#define NEURONSPI_MAX_TX
40
#else
#define NEURONSPI_MAX_TX 60
#endif