From 2d53282c38095713becafd02eca4985fcb0bdc8d Mon Sep 17 00:00:00 2001 From: Mirela Chirica Date: Wed, 8 Aug 2018 15:56:34 +0300 Subject: [PATCH] Cellular: WISE_1570's system clock back to HSE_XTAL --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 6982cbbab9..49569f9db5 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -1711,7 +1711,7 @@ "config": { "clock_source": { "help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI", - "value": "USE_PLL_HSI", + "value": "USE_PLL_HSE_XTAL", "macro_name": "CLOCK_SOURCE" } },