flatUSB/usb_descriptor_common.h
Epagris dcf2c2b808 - CMake target on generating descriptors from JSON
added
- basic flatUSB_config.h concept added
- example JSONs added
- CDC request replies fixed
2024-11-14 13:19:09 +01:00

9 lines
172 B
C

#ifndef FLATUSB_USB_DESCRIPTOR_COMMON
#define FLATUSB_USB_DESCRIPTOR_COMMON
#include <stdint.h>
#include "usb_device_types.h"
#endif /* FLATUSB_USB_DESCRIPTOR_COMMON */