version_2.0

Dependents:   cc3000_ping_demo_try_2

Fork of mbed by mbed official

Revision:
27:7110ebee3484
Parent:
11:1c1ebd0324fa
Child:
43:e2ed12d17f06
--- a/AnalogIn.h	Fri Feb 11 10:33:02 2011 +0000
+++ b/AnalogIn.h	Tue Nov 29 14:59:27 2011 +0000
@@ -1,11 +1,14 @@
 /* mbed Microcontroller Library - AnalogIn
- * Copyright (c) 2006-2009 ARM Limited. All rights reserved.
- * sford
+ * Copyright (c) 2006-2011 ARM Limited. All rights reserved.
  */ 
 
 #ifndef MBED_ANALOGIN_H
 #define MBED_ANALOGIN_H
 
+#include "device.h"
+
+#if DEVICE_ANALOGIN
+
 #include "platform.h"
 #include "PinNames.h"
 #include "PeripheralNames.h"
@@ -92,3 +95,5 @@
 } // namespace mbed
 
 #endif
+
+#endif