We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f07de commit 53aa967Copy full SHA for 53aa967
asyncgpio/libgpiod.py
@@ -165,7 +165,7 @@
165
unsigned int *offset);
166
167
int gpiod_chip_find_lines(struct gpiod_chip *chip, const char **names,
168
- struct gpiod_line_bulk *bulk) GPIOD_API;
+ struct gpiod_line_bulk *bulk);
169
170
struct gpiod_chip *gpiod_chip_open(const char *path);
171
debian/changelog
@@ -1,3 +1,9 @@
1
+asyncgpio (0.4.0-2) unstable; urgency=medium
2
+
3
+ * Edit error
4
5
+ -- Matthias Urlichs <matthias@urlichs.de> Fri, 22 May 2020 21:12:43 +0200
6
7
asyncgpio (0.4.0-1) unstable; urgency=medium
8
9
* Update to libgpiod 1.4.
0 commit comments