Checking program for RTC module inside CPU.

Dependents:   RTC_w_COM Frequency_Counter_w_GPS_1PPS debug_tools Nucleo_RTC_Clock_setting ... more

Please refer below link.
http://developer.mbed.org/users/kenjiArai/notebook/nucleo-series-clock-structure-and-xtal-oscillation/

Revision:
3:babcde30190d
Parent:
2:2ee7a7260cbf
--- a/CheckRTC.h	Thu Jan 01 05:16:38 2015 +0000
+++ b/CheckRTC.h	Sat May 16 23:34:53 2015 +0000
@@ -3,11 +3,11 @@
  *      Check RTC function and set proper clock if we can set
  *      ONLY FOR "Nucleo Board"
  *
- *  Copyright (c) 2010-2014 Kenji Arai / JH1PJL
+ *  Copyright (c) 2010-2015 Kenji Arai / JH1PJL
  *  http://www.page.sannet.ne.jp/kenjia/index.html
  *  http://mbed.org/users/kenjiArai/
  *      Created:  October   24th, 2014
- *      Revised:  January    1st, 2015
+ *      Revised:  May       16th, 2015
  *
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
@@ -50,7 +50,7 @@
   * @param none
   * @return if proper setting = OK, if not = NG and UNKNOWN-> no support this program
   */
-int32_t CheckRTC(void);
+int32_t  CheckRTC(void);
 uint32_t get_RTCSEL(void);
 
 #endif      // CHECK_RTC_H