libusb/usb.h

14 lines
169 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* usb.h
*
* Created on: 12 июл. 2022 г.
* Author: alexander
*/
#ifndef USB_H_
#define USB_H_
void printUSB(libusb_device *dev);
#endif /* USB_H_ */