From 5ab7c50a233937ba083ee3c9cbd454873f1d9483 Mon Sep 17 00:00:00 2001
From: Gregory Nutt
Date: Fri, 20 Nov 2015 08:27:17 -0600
Subject: [PATCH] Rename up_rtcinitialize to up_rtc_initialize so that it looks
like other RTC interfaces
---
Documentation/NuttxPortingGuide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index b1cf8b5918b..d2e440e5b5a 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -2363,7 +2363,7 @@ else
which requires the following base functions to read and set time:
- up_rtcinitialize().
+ up_rtc_initialize().
Initialize the hardware RTC per the selected configuration.
This function is called once during the OS initialization sequence