summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-13 08:41:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-13 08:41:34 -0600
commitb3260ea37bc255d781477bec9e8706205fd9b46f (patch)
treef7f08a435279bdf39ad510f5cc0df742bfc0e8ef /nuttx/drivers
parentdca2ea2ae29ea5eed3353a7f9bc1e8137f03978a (diff)
downloadpx4-nuttx-b3260ea37bc255d781477bec9e8706205fd9b46f.tar.gz
px4-nuttx-b3260ea37bc255d781477bec9e8706205fd9b46f.tar.bz2
px4-nuttx-b3260ea37bc255d781477bec9e8706205fd9b46f.zip
RTC: Remove all backdoor interfaces from rtc.h
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index 34ea89a13..cd6b6b1a7 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -225,7 +225,7 @@ menuconfig RTC
default n
---help---
This selection enables configuration of a real time clock (RTCdriver.
- See include/nuttx/rtc.h for further watchdog timer driver information.
+ See include/nuttx/rtc.h for further RTC driver information.
Most RTC drivers are MCU specific and may require other specific
settings.