fix flaot to int conversion in unipi_iio
authorMiroslav Ondra <ondra@faster.cz>
Wed, 27 Mar 2019 15:53:19 +0000 (16:53 +0100)
committerMiroslav Ondra <ondra@faster.cz>
Wed, 27 Mar 2019 15:53:19 +0000 (16:53 +0100)
debian/changelog
modules/unipi/src/unipi_common.h

index 393998b6fa3d7ebe33bca1903ced4c2382e00d33..aaec061d55b4bf7742ecd786b42ce1dc02473d39 100644 (file)
@@ -1,3 +1,9 @@
+unipi-kernel-modules (1.22) UNRELEASED; urgency=medium
+
+  * fix float to int convertor in unipi_iio
+
+ -- Miroslav Ondra <bokula@bokula.faster.cz>  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
index cad9e6ece9bae383875dce68b99969297080dba4..932724c94f83ede29e162b3ad16b624a81acc180 100644 (file)
@@ -52,7 +52,7 @@
 #if NEURONSPI_SCHED_REQUIRED > 0
        #include <uapi/linux/sched/types.h>
 #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