git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12762 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2019-04-24 09:00:34 +00:00
parent 820df52e1d
commit 2b3d69216c
2 changed files with 2104 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -72,7 +72,7 @@
* @name Internal clock sources * @name Internal clock sources
* @{ * @{
*/ */
#define STM32_HSI16CLK 16000000 /**< 16MHz internal clock. */ #define STM32_HSI16CLK 16000000 /**< 16MHz internal clock. */
#define STM32_HSI48CLK 48000000 /**< 48MHz internal clock. */ #define STM32_HSI48CLK 48000000 /**< 48MHz internal clock. */
#define STM32_LSICLK 32000 /**< Low speed internal clock. */ #define STM32_LSICLK 32000 /**< Low speed internal clock. */
/** @} */ /** @} */