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 */
|
||||
typedef enum {
|
||||
/** Counter Second Flag */
|
||||
/** Counter Second Flag */
|
||||
RTC_SEC,
|
||||
/** Alarm Event Flag */
|
||||
/** Alarm Event Flag */
|
||||
RTC_ALR,
|
||||
/** Counter Overflow Flag */
|
||||
/** Counter Overflow Flag */
|
||||
RTC_OW,
|
||||
} rtcflag_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user