Reverted I2S check change.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14773 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-09-16 09:33:35 +00:00
parent 6b9f9c095c
commit ff84acb723
1 changed files with 0 additions and 3 deletions

View File

@ -1854,13 +1854,10 @@
/*
* PLLI2S VCO frequency range check.
*/
#if HAL_USE_I2S == TRUE
#if (STM32_PLLI2SVCO < STM32_PLLVCO_MIN) || \
(STM32_PLLI2SVCO > STM32_PLLVCO_MAX)
#error "STM32_PLLI2SVCO outside acceptable range (STM32_PLLVCO_MIN...STM32_PLLVCO_MAX)"
#endif
#endif
/**
* @brief PLLI2S P output clock frequency.