Error introduced with reworking.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14274 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-04-24 05:01:14 +00:00
parent 9d807eaab4
commit 85fc97ff31
1 changed files with 8 additions and 8 deletions

View File

@ -1285,6 +1285,14 @@
#error "PLLSAI1 activation required but no PLL clock selected"
#endif
/**
* @brief PLLSAI1 activation flag.
*/
#define STM32_ACTIVATE_PLLSAI1 TRUE
#else
#define STM32_ACTIVATE_PLLSAI1 FALSE
#endif
/*
* PLLSAI2 enable check.
*/
@ -1297,14 +1305,6 @@
#error "PLLSAI2 activation required but no PLL clock selected"
#endif
/**
* @brief PLLSAI1 activation flag.
*/
#define STM32_ACTIVATE_PLLSAI1 TRUE
#else
#define STM32_ACTIVATE_PLLSAI1 FALSE
#endif
/**
* @brief PLLSAI2 activation flag.
*/