Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: cc3000_ping_demo_try_2
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
