From a805d21f374a989a76b26a8214f40ed8a871ed11 Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Sun, 24 Jan 2021 19:48:00 +0100 Subject: [PATCH] Change MAX_SPI_ to 40 --- modules/unipi/src/unipi_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index a3b2be8..8c54eb6 100644 --- 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 -- 2.34.1