File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ static void MX_SAI1_Init(void)
646646 hsai_BlockA1 .Init .FIFOThreshold = SAI_FIFOTHRESHOLD_EMPTY ;
647647 hsai_BlockA1 .Init .AudioFrequency = SAI_AUDIO_FREQUENCY_48K ;
648648 hsai_BlockA1 .Init .SynchroExt = SAI_SYNCEXT_DISABLE ;
649- hsai_BlockA1 .Init .MonoStereoMode = SAI_MONOMODE ;
649+ hsai_BlockA1 .Init .MonoStereoMode = SAI_STEREOMODE ;
650650 hsai_BlockA1 .Init .CompandingMode = SAI_NOCOMPANDING ;
651651 if (HAL_SAI_InitProtocol (& hsai_BlockA1 , SAI_I2S_STANDARD , SAI_PROTOCOL_DATASIZE_24BIT , 2 ) != HAL_OK )
652652 {
@@ -658,7 +658,7 @@ static void MX_SAI1_Init(void)
658658 hsai_BlockB1 .Init .OutputDrive = SAI_OUTPUTDRIVE_DISABLE ;
659659 hsai_BlockB1 .Init .FIFOThreshold = SAI_FIFOTHRESHOLD_EMPTY ;
660660 hsai_BlockB1 .Init .SynchroExt = SAI_SYNCEXT_DISABLE ;
661- hsai_BlockB1 .Init .MonoStereoMode = SAI_MONOMODE ;
661+ hsai_BlockB1 .Init .MonoStereoMode = SAI_STEREOMODE ;
662662 hsai_BlockB1 .Init .CompandingMode = SAI_NOCOMPANDING ;
663663 hsai_BlockB1 .Init .TriState = SAI_OUTPUT_NOTRELEASED ;
664664 if (HAL_SAI_InitProtocol (& hsai_BlockB1 , SAI_I2S_STANDARD , SAI_PROTOCOL_DATASIZE_24BIT , 2 ) != HAL_OK )
You can’t perform that action at this time.
0 commit comments