View difference between Paste ID: sGLRDFC4 and FeQF77CG
SHOW: | | - or go back to the newest paste.
1-
		/* Start internal clock if we choose internal clock */
1+
/* Start internal clock if we choose internal clock */
2-
		if (source == TM_RTC_ClockSource_Internal) {
2+
if (source == TM_RTC_ClockSource_Internal) {
3-
			TM_RTC_Config(TM_RTC_ClockSource_Internal);
3+
	TM_RTC_Config(TM_RTC_ClockSource_Internal);
4-
		}
4+
}