Lab 1 Program C
Fork of mbed by
Diff: PortOut.h
- Revision:
- 27:7110ebee3484
- Parent:
- 24:e2ac27c8e93e
- Child:
- 28:667d61c9177b
diff -r 63bcd7ba4912 -r 7110ebee3484 PortOut.h --- a/PortOut.h Fri Feb 11 10:33:02 2011 +0000 +++ b/PortOut.h Tue Nov 29 14:59:27 2011 +0000 @@ -1,10 +1,14 @@ /* mbed Microcontroller Library - PortOut - * Copyright (c) 2006-2009 ARM Limited. All rights reserved. + * Copyright (c) 2006-2011 ARM Limited. All rights reserved. */ #ifndef MBED_PORTOUT_H #define MBED_PORTOUT_H +#include "device.h" + +#if DEVICE_PORTOUT + #include "platform.h" #include "PinNames.h" #include "Base.h" @@ -95,3 +99,5 @@ } // namespace mbed #endif + +#endif