Skip to content

Commit 53aa967

Browse files
committed
* Edit error
1 parent e2f07de commit 53aa967

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

asyncgpio/libgpiod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
unsigned int *offset);
166166
167167
int gpiod_chip_find_lines(struct gpiod_chip *chip, const char **names,
168-
struct gpiod_line_bulk *bulk) GPIOD_API;
168+
struct gpiod_line_bulk *bulk);
169169
170170
struct gpiod_chip *gpiod_chip_open(const char *path);
171171

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
asyncgpio (0.4.0-2) unstable; urgency=medium
2+
3+
* Edit error
4+
5+
-- Matthias Urlichs <[email protected]> Fri, 22 May 2020 21:12:43 +0200
6+
17
asyncgpio (0.4.0-1) unstable; urgency=medium
28

39
* Update to libgpiod 1.4.

0 commit comments

Comments
 (0)