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