Welcome to mirror list, hosted at ThFree Co, Russian Federation.

furi_hal_usb_i.h « furi_hal « f6 « targets « firmware - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be7ce168323334ee2e985e3885e4539ebad8ee4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "usb.h"

#define USB_EP0_SIZE 8

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