Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/common/rtc_common_l1f024.h')
-rw-r--r--include/libopencm3/stm32/common/rtc_common_l1f024.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/common/rtc_common_l1f024.h b/include/libopencm3/stm32/common/rtc_common_l1f024.h
index 9d577f36..0de52e8c 100644
--- a/include/libopencm3/stm32/common/rtc_common_l1f024.h
+++ b/include/libopencm3/stm32/common/rtc_common_l1f024.h
@@ -152,9 +152,9 @@ specific memorymap.h header before including this header file.*/
/** Weekday units mask */
#define RTC_DR_WDU_MASK (0x7)
/** Month tens in BCD format shift */
-#define RTC_DR_MT (1<<12)
-/** Month tens in BCD format mask */
#define RTC_DR_MT_SHIFT (12)
+/** Month tens in BCD format mask */
+#define RTC_DR_MT_MASK (1<<12)
/** Month units in BCD format shift */
#define RTC_DR_MU_SHIFT (8)
/** Month units in BCD format mask */