From 3732a63093fd46dab5d704d9d86c10c71ba4c105 Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Tue, 13 Aug 2019 12:39:43 +0200 Subject: [PATCH] change unipi module version string 1.24 --- 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 4ce9a00..603456b 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.23:2019:07:31" +#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.24:2019:08:13" #define NEURONSPI_MAX_DEVS 3 #define NEURONSPI_MAX_UART 16 -- 2.34.1