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: a3ef8e05ae397cca6c39975223308006c605ac56 (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,
};