diff options
author | Anil Nair <anilcoll90@gmail.com> | 2016-04-02 06:29:11 +0530 |
---|---|---|
committer | Nathan Hjelm <hjelmn@me.com> | 2016-07-21 22:08:44 -0600 |
commit | bcac08d60facba5f92d0ccfe548dea2da86f9113 (patch) | |
tree | 8e302984cde623b96bf0c826d12d465577cd6c94 /libusb | |
parent | 648fb8691f8b9701d7406bc339ce64b57545934b (diff) | |
download | libusb-bcac08d60facba5f92d0ccfe548dea2da86f9113.tar.gz |
Examples: Ported testlibusb from libus-0.1 to libusb-1.0
This commit is based on Nathan's branch
https://github.com/hjelmn/libusb-darwin/blob/master/examples/testlibusb1.c
Closes #178
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to 'libusb')
-rw-r--r-- | libusb/version_nano.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 7b2b87c..d9f9843 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11115 +#define LIBUSB_NANO 11117 |