From 58e88ea0a2a609d81e978651ac2dfd42b6a47b52 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 13 Feb 2015 08:41:34 -0600 Subject: [PATCH] RTC: Remove all backdoor interfaces from rtc.h --- Documentation/NuttxPortingGuide.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index f685d92abc..ddd2086bf0 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2380,9 +2380,6 @@ else Set the RTC to the provided time. All RTC implementations must be able to set their time based on a standard timespec. -
  • up_rtc_setalarm(). - Set up an alarm. -
  • 4.3.3 System Tick and Time