Change MAX_SPI_ to 40
authorMiroslav Ondra <ondra@faster.cz>
Sun, 24 Jan 2021 18:48:00 +0000 (19:48 +0100)
committerMiroslav Ondra <ondra@faster.cz>
Sun, 24 Jan 2021 18:48:00 +0000 (19:48 +0100)
modules/unipi/src/unipi_common.h

index a3b2be8c3560ce2a04ffbead394fc10c3620fb55..8c54eb6a169fc3ec05ffd9d44940cc01fa3098fa 100644 (file)
@@ -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