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:17 -06:00
parent 52d37321dc
commit 5ab7c50a23

View File

@ -2363,7 +2363,7 @@ else
which requires the following base functions to read and set time:
</p>
<ul>
<li><code>up_rtcinitialize()</code>.
<li><code>up_rtc_initialize()</code>.
Initialize the hardware RTC per the selected configuration.
This function is called once during the OS initialization sequence
</li>