mirror of https://github.com/ARMmbed/mbed-os.git
Nucleo L053R8 - multiple definition error for PLLMulTable fix
parent
55891732d4
commit
c741044c6e
|
@ -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};
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
|
Loading…
Reference in New Issue