['F446 header] incorrect comments
In [STM32Cube_FW_F4_V1.18.0]\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f446xx.h :
#define SAI_xFRCR_FRL SAI_xFRCR_FRL_Msk /*!<FRL[1:0](Frame length) */
should be
#define SAI_xFRCR_FRL SAI_xFRCR_FRL_Msk /*!<FRL[
7
:0](Frame length) */and
#define SAI_xFRCR_FSALL SAI_xFRCR_FSALL_Msk /*!<FRL[1:0] (Frame synchronization active level length) */
should be
#define SAI_xFRCR_FSALL SAI_xFRCR_FSALL_Msk /*!<FSALL
[6
:0] (Frame synchronization active level length) */JW
