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
Revision 181:36facd806e4a, committed 2018-07-30
- 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 |
--- 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" } },