Skip to content

Commit c635c5d

Browse files
authored
Merge pull request #3573 from MultiTechSystems/dragonfly-rtc-fix
fix failing RTC initialization for MTS_DRAGONFLY_F411RE
2 parents c14d715 + ca24745 commit c635c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
12681268
"core": "Cortex-M4F",
12691269
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
12701270
"extra_labels": ["STM", "STM32F4", "STM32F411RE"],
1271-
"macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000","TRANSACTION_QUEUE_SIZE_SPI=2"],
1271+
"macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000","TRANSACTION_QUEUE_SIZE_SPI=2", "RTC_LSI=1"],
12721272
"post_binary_hook": {
12731273
"function": "MTSCode.combine_bins_mts_dragonfly",
12741274
"toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]

0 commit comments

Comments
 (0)