From: Miroslav Ondra Date: Wed, 27 Mar 2019 15:53:19 +0000 (+0100) Subject: fix flaot to int conversion in unipi_iio X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=bd3409442e26126e689ba29c81dbbd185e53a346;p=graphit%2Funipi-kernel.git fix flaot to int conversion in unipi_iio --- 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