git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2904 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-04-29 17:49:42 +00:00
parent 2f4dba80ea
commit 699789a722
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ void hal_lld_init(void) {
#if defined(STM32F10X_LD) || defined(STM32F10X_LD_VL) || \ #if defined(STM32F10X_LD) || defined(STM32F10X_LD_VL) || \
defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) || \ defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) || \
defined(STM32F10X_HD) || defined(STM32F10X_XL) || \ defined(STM32F10X_HD) || defined(STM32F10X_XL) || \
defined(STM32F10X_CL) || defined(__DOXYGEN__) defined(__DOXYGEN__)
/* /*
* Clocks initialization for the LD, MD and HD sub-families. * Clocks initialization for the LD, MD and HD sub-families.
*/ */