Skip to content

Commit

Permalink
Add mute/unmute consts
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Jan 16, 2025
1 parent b7a6c2e commit 64eb0bf
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@
/* USBSID command byte */
enum
{
WRITE = 0, /* 0 */
READ, /* 1 */
PAUSE, /* 2 */
RESET_SID, /* 3 */
DISABLE_SID, /* 4 */
ENABLE_SID, /* 5 */
CLEAR_BUS, /* 6 */
RESET_MCU, /* 7 */
BOOTLOADER, /* 8 */
WRITE = 0, /* 0 */
READ, /* 1 */
PAUSE, /* 2 */
RESET_SID, /* 3 */
DISABLE_SID, /* 4 */
ENABLE_SID, /* 5 */
CLEAR_BUS, /* 6 */
RESET_MCU, /* 7 */
BOOTLOADER, /* 8 */
MUTE, /* 9 */
UNMUTE, /* 10 */
};

/* USB data type */
Expand Down

0 comments on commit 64eb0bf

Please sign in to comment.