stm32f1:rtc: whitespace/style cleanup.

Improperly checked pulls before commiting.  Trivial whitespace only change.
This commit is contained in:
Karl Palsson 2015-07-31 05:16:45 +00:00
parent 86f3e4a648
commit a2af34d0e1
2 changed files with 11 additions and 11 deletions

View File

@ -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;