From 27645343155d6b9e46aa0fc05d6f7ac49404076d Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Sun, 24 Jan 2021 22:27:33 +0100 Subject: [PATCH] Change MAX_SPI_ to 2048 for arm64 --- 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 8c54eb6..bd692b8 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 40 +#define NEURONSPI_MAX_TX 2048 #else #define NEURONSPI_MAX_TX 60 #endif -- 2.34.1