mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Apr 29 10:00:17 2015 +0100
Parent:
527:74d34ce5a2b5
Child:
529:dcb248af6296
Commit message:
Synchronized with git revision 739bf99fd2db93dd07650fd774cac088c9640f46

Full URL: https://github.com/mbedmicro/mbed/commit/739bf99fd2db93dd07650fd774cac088c9640f46/

Nucleo L053R8 - multiple definition error for PLLMulTable fix

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_rcc.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_rcc.c	Tue Apr 28 22:45:18 2015 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_rcc.c	Wed Apr 29 10:00:17 2015 +0100
@@ -118,8 +118,8 @@
 /** @defgroup RCC_Private_Vatiables RCC Private Data
   * @{
   */ 
-const uint8_t PLLMulTable[9] = {3, 4, 6, 8, 12, 16, 24, 32, 48};
-const uint8_t APBAHBPrescTable[16] = {0, 0, 0, 0, 1, 2, 3, 4, 1, 2, 3, 4, 6, 7, 8, 9};
+static const uint8_t PLLMulTable[9] = {3, 4, 6, 8, 12, 16, 24, 32, 48};
+static const uint8_t APBAHBPrescTable[16] = {0, 0, 0, 0, 1, 2, 3, 4, 1, 2, 3, 4, 6, 7, 8, 9};
 
 /**
   * @}