Skip to content

Commit

Permalink
Fixed typo in USB string
Browse files Browse the repository at this point in the history
  • Loading branch information
skuep committed Feb 21, 2023
1 parent 7ff7134 commit a500d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stm32/aioc-fw/Src/usb_descriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum USB_STRING_IDX {
#define USB_STRING_AUDIOINVOL "AIOC Audio In Volume"
#define USB_STRING_AUDIOOUTVOL "AIOC Audio Out Volume"
#define USB_STRING_AUDIOINCHAN "AIOC Audio In Channel"
#define USB_STRING_AUDIOOUTCHAN "AIOC Audio Out CHannel"
#define USB_STRING_AUDIOOUTCHAN "AIOC Audio Out Channel"

/* Endpoints */
#define EPNUM_AUDIO_IN 0x81
Expand Down

0 comments on commit a500d86

Please sign in to comment.