Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces

This commit is contained in:
Gregory Nutt
2015-11-20 08:27:52 -06:00
parent d30b73be82
commit 4b29bcee7f
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1765,7 +1765,7 @@ size_t up_check_intstack_remain(void);
****************************************************************************/
/****************************************************************************
* Name: up_rtcinitialize
* Name: up_rtc_initialize
*
* Description:
* Initialize the builtin, MCU hardware RTC per the selected
@@ -1786,7 +1786,7 @@ size_t up_check_intstack_remain(void);
****************************************************************************/
#if defined(CONFIG_RTC) && !defined(CONFIG_RTC_EXTERNAL)
int up_rtcinitialize(void);
int up_rtc_initialize(void);
#endif
/************************************************************************************