mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-07-06 21:18:26 +00:00
Fix for issue 462
This commit is contained in:
parent
229b7f1738
commit
4d606f44f9
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ static int get_usage(uint8_t *report_descriptor, size_t size,
|
|||
}
|
||||
#endif /* INVASIVE_GET_USAGE */
|
||||
|
||||
#ifdef defined(__FreeBSD__) && __FreeBSD_version < 1000000
|
||||
#if defined(__FreeBSD__) && __FreeBSD_version < 1000000
|
||||
/* The FreeBSD version of libusb doesn't have this funciton. In mainline
|
||||
libusb, it's inlined in libusb.h. This function will bear a striking
|
||||
resemblence to that one, because there's about one way to code it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue