mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fix InputSource
enum
This commit is contained in:
parent
2c9e6276fb
commit
0bccd083f6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
class MiniDSP : public HIDUniversal {
|
||||
public:
|
||||
|
||||
enum class InputSource {
|
||||
enum class InputSource : uint8_t {
|
||||
ANALOG = 0x00,
|
||||
TOSLINK = 0x01,
|
||||
USB = 0x02,
|
||||
|
|
Loading…
Reference in a new issue