From 8e40a7ce9418ffc5adbbd2d3c82869382444e02d Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Wed, 21 Aug 2019 18:46:44 +0200 Subject: [PATCH] change version string 1.26 in unipi/src/unipi_common.h --- 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 5a79c20..60c0426 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.24:2019:08:13" +#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.26:2019:08:21" #define NEURONSPI_MAX_DEVS 3 #define NEURONSPI_MAX_UART 16 -- 2.34.1