Skip to content

Commit

Permalink
Merge pull request #3573 from MultiTechSystems/dragonfly-rtc-fix
Browse files Browse the repository at this point in the history
fix failing RTC initialization for MTS_DRAGONFLY_F411RE
  • Loading branch information
0xc0170 authored Jan 16, 2017
2 parents c14d715 + ca24745 commit c635c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
"extra_labels": ["STM", "STM32F4", "STM32F411RE"],
"macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000","TRANSACTION_QUEUE_SIZE_SPI=2"],
"macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000","TRANSACTION_QUEUE_SIZE_SPI=2", "RTC_LSI=1"],
"post_binary_hook": {
"function": "MTSCode.combine_bins_mts_dragonfly",
"toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]
Expand Down

0 comments on commit c635c5d

Please sign in to comment.