mirror of
https://github.com/LNH-team/dspico-usb-examples.git
synced 2026-06-02 17:26:50 +02:00
8 lines
59 B
C
8 lines
59 B
C
#pragma once
|
|
|
|
enum
|
|
{
|
|
ITF_NUM_MSC,
|
|
ITF_NUM_TOTAL
|
|
};
|