mbed library sources. Supersedes mbed-src.

Dependents:   Hobbyking_Cheetah_Compact Hobbyking_Cheetah_Compact_DRV8323_14bit Hobbyking_Cheetah_Compact_DRV8323_V51_201907 HKC_MiniCheetah ... more

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
benkatz
Date:
Mon Jul 30 20:31:44 2018 +0000
Parent:
180:b2c1cb14c33f
Commit message:
going on the robot. fixed a dumb bug in float_to_uint

Changed in this revision

targets/targets.json Show annotated file Show diff for this revision Revisions of this file
diff -r b2c1cb14c33f -r 36facd806e4a targets/targets.json
--- a/targets/targets.json	Mon Jul 30 20:24:59 2018 +0000
+++ b/targets/targets.json	Mon Jul 30 20:31:44 2018 +0000
@@ -1127,7 +1127,7 @@
         "config": {
             "clock_source": {
                 "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
-                "value": "USE_PLL_HSI",
+                "value": "USE_PLL_HSE_XTAL",
                 "macro_name": "CLOCK_SOURCE"
             }
         },