mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
pmcorreia
Date:
Tue Oct 09 14:42:37 2018 +0000
Parent:
186:707f6e361f3e
Commit message:
Updated version to work with F446RE

Changed in this revision

targets/targets.json Show annotated file Show diff for this revision Revisions of this file
--- a/targets/targets.json	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/targets.json	Tue Oct 09 14:42:37 2018 +0000
@@ -1328,7 +1328,7 @@
         "config": {
             "clock_source": {
                 "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
-                "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
+                "value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
                 "macro_name": "CLOCK_SOURCE"
             }
         },