This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/firmware/osmosdr-dfuapp/src/usb/usb.h

11 lines
256 B
C

#ifndef INCLUDE_USB_H
#define INCLUDE_USB_H
#include "usb.h"
#include "descriptors.h"
void usbGenericRequestHandler(const USBGenericRequest* request);
void usbCtrlSendNull(void* arg, u8 status, uint transferred, uint remaining);
#endif // INCLUDE_USB_H