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

This commit is contained in:
gdisirio 2013-02-12 13:07:23 +00:00
parent 276903d456
commit c783e324a6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
#define PAL_STM32_OSPEED_MASK (3 << 3)
#define PAL_STM32_OSPEED_LOWEST (0 << 3)
#if defined(STM32F0XX) || defined(STM32F30X)
#if defined(STM32F0XX) || defined(STM32F30X) || defined(STM32F37X)
#define PAL_STM32_OSPEED_MID (1 << 3)
#else
#define PAL_STM32_OSPEED_MID1 (1 << 3)