stm32f1:rtc: whitespace/style cleanup.
Improperly checked pulls before commiting. Trivial whitespace only change.
This commit is contained in:
parent
86f3e4a648
commit
a2af34d0e1
@ -140,11 +140,11 @@
|
|||||||
|
|
||||||
/** RTC Interrupt Flags */
|
/** RTC Interrupt Flags */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
/** Counter Second Flag */
|
/** Counter Second Flag */
|
||||||
RTC_SEC,
|
RTC_SEC,
|
||||||
/** Alarm Event Flag */
|
/** Alarm Event Flag */
|
||||||
RTC_ALR,
|
RTC_ALR,
|
||||||
/** Counter Overflow Flag */
|
/** Counter Overflow Flag */
|
||||||
RTC_OW,
|
RTC_OW,
|
||||||
} rtcflag_t;
|
} rtcflag_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user