From c3e0b41f0f27f17b2d4f151ac9fe1f29c1d98718 Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Fri, 5 Jun 2020 16:44:55 +0200 Subject: [PATCH] Building modules for all available kernels, a.k.a Building for RPI4 --- 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 0cd4e29..34522f5 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -52,7 +52,7 @@ #if NEURONSPI_SCHED_REQUIRED > 0 #include #endif -#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.47:2020:06:05" +#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.48:2020:06:05" #define NEURONSPI_MAX_DEVS 3 #define NEURONSPI_MAX_UART 16 -- 2.34.1