git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6897 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-04-30 14:17:51 +00:00
parent a8752fb707
commit d54439d5fa
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ void _pal_lld_init(const PALConfig *config) {
/*
* Enables the GPIO related clocks.
*/
#if defined(STM32L1XX_MD)
#if defined(STM32L1XX_MD) || defined(STM32L1XX_MDP) || defined(STM32L1XX_HD)
rccEnableAHB(AHB_EN_MASK, TRUE);
RCC->AHBLPENR |= AHB_LPEN_MASK;
#elif defined(STM32F0XX)