From bd3409442e26126e689ba29c81dbbd185e53a346 Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Wed, 27 Mar 2019 16:53:19 +0100 Subject: [PATCH] fix flaot to int conversion in unipi_iio --- debian/changelog | 6 ++++++ modules/unipi/src/unipi_common.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 393998b..aaec061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unipi-kernel-modules (1.22) UNRELEASED; urgency=medium + + * fix float to int convertor in unipi_iio + + -- Miroslav Ondra Wed, 27 Mar 2019 16:45:22 +0100 + unipi-kernel-modules (1.21) unstable; urgency=medium * rework spi to use async calling and RT kthread diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index cad9e6e..932724c 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.21:2019:02:20" +#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.22:2019:03:27" #define NEURONSPI_MAX_DEVS 3 #define NEURONSPI_MAX_UART 16 -- 2.34.1