#pragma once

#include "usb.h"

#define USB_EP0_SIZE 8

/* String descriptors */
enum UsbDevDescStr{
    UsbDevLang      = 0,
    UsbDevManuf     = 1,
    UsbDevProduct   = 2,
    UsbDevSerial    = 3,
};