summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/kinetis_rtc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-10 21:18:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-10 21:18:00 +0000
commit6f4878fe693ea5fe5eefb2490f4d3378a5843eb9 (patch)
tree1b04752c3e1a1ba327167854ac88818dbaa05cc3 /nuttx/arch/arm/src/kinetis/kinetis_rtc.h
parent01e2672b46e5aa9a495440451563e27bab88384b (diff)
downloadpx4-nuttx-6f4878fe693ea5fe5eefb2490f4d3378a5843eb9.tar.gz
px4-nuttx-6f4878fe693ea5fe5eefb2490f4d3378a5843eb9.tar.bz2
px4-nuttx-6f4878fe693ea5fe5eefb2490f4d3378a5843eb9.zip
Add Kinetis ADC, CRC, RNGB and MMCAU header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3864 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/kinetis/kinetis_rtc.h')
-rw-r--r--nuttx/arch/arm/src/kinetis/kinetis_rtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/kinetis/kinetis_rtc.h b/nuttx/arch/arm/src/kinetis/kinetis_rtc.h
index 8c97bd00e..2a3c57e59 100644
--- a/nuttx/arch/arm/src/kinetis/kinetis_rtc.h
+++ b/nuttx/arch/arm/src/kinetis/kinetis_rtc.h
@@ -44,6 +44,8 @@
#include "chip.h"
+#if defined(KINETIS_NRTC) && KINETIS_NRTC > 0
+
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -201,4 +203,5 @@
* Public Functions
************************************************************************************/
+#endif /* KINETIS_NRTC && KINETIS_NRTC > 0 */
#endif /* __ARCH_ARM_SRC_KINETIS_KINETIS_RTC_H */