Lab 1 Program C
Fork of mbed by
Diff: PortIn.h
- Revision:
- 27:7110ebee3484
- Parent:
- 18:b3c9f16cbb96
- Child:
- 28:667d61c9177b
--- a/PortIn.h Fri Feb 11 10:33:02 2011 +0000 +++ b/PortIn.h Tue Nov 29 14:59:27 2011 +0000 @@ -1,10 +1,14 @@ /* mbed Microcontroller Library - PortInOut - * Copyright (c) 2006-2009 ARM Limited. All rights reserved. + * Copyright (c) 2006-2011 ARM Limited. All rights reserved. */ #ifndef MBED_PORTIN_H #define MBED_PORTIN_H +#include "device.h" + +#if DEVICE_PORTIN + #include "PortNames.h" #include "PinNames.h" @@ -78,3 +82,5 @@ } // namespace mbed #endif + +#endif