Fixed a regression on F2 devices.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12137 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Giovanni Di Sirio 2018-07-07 09:29:36 +00:00
parent ab1217b961
commit d8c1554717
1 changed files with 4 additions and 0 deletions

View File

@ -1475,6 +1475,7 @@
#error "invalid STM32_PLLQ_VALUE value specified"
#endif
#if defined(STM32F4XX) || defined(__DOXYGEN__)
/**
* @brief STM32_PLLR field.
*/
@ -1484,6 +1485,9 @@
#else
#error "invalid STM32_PLLR_VALUE value specified"
#endif
#else /* !defined(STM32F4XX) */
#define STM32_PLLR 0
#endif /* !defined(STM32F4XX) */
/**
* @brief PLL VCO frequency.