Skip to content

Commit 8c0ba9c

Browse files
committed
Fixes typo
1 parent 7a0ec72 commit 8c0ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usb-audio/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static void init_pcm_tx(void) {
111111
.bclk = SPEAKER_I2S_BCLK,
112112
.ws = SPEAKER_I2S_LRC,
113113
.dout = SPEAKER_I2S_DOUT,
114-
.din = SPEAKER_I2S_GPIO_UNUSED,
114+
.din = I2S_GPIO_UNUSED,
115115
.invert_flags = {
116116
.mclk_inv = false,
117117
.bclk_inv = false,

0 commit comments

Comments
 (0)