mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
This commit is contained in:
@@ -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
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user