mirror of https://github.com/ARMmbed/mbed-os.git
DISCO_F769NI: set clock_source to USE_PLL_HSE_EXTC
parent
192a8e5094
commit
63b56d5ffc
|
@ -1842,7 +1842,7 @@
|
|||
"config": {
|
||||
"clock_source": {
|
||||
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL | USE_PLL_HSI",
|
||||
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
|
||||
"value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
|
||||
"macro_name": "CLOCK_SOURCE"
|
||||
},
|
||||
"lowpowertimer_lptim": {
|
||||
|
|
Loading…
Reference in New Issue