From aa56ea404623c38f7b82f7a3290aa42d57a701b1 Mon Sep 17 00:00:00 2001 From: Leon Lindenfelser Date: Tue, 25 Sep 2018 08:08:00 -0500 Subject: [PATCH] Remove LOWPOWERTIMER as it has been replaced by LPTICKER --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index b2181c0824..3d0c2bdf57 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -2183,7 +2183,7 @@ }, "macros_add": ["TWO_RAM_REGIONS"], "detect_code": ["0312"], - "device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"], + "device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"], "release_versions": ["2", "5"], "device_name": "STM32L471QG", "bootloader_supported": true