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.
Fork of mbed by
Diff: PortNames.h
- Revision:
- 44:24d45a770a51
- Parent:
- 43:e2ed12d17f06
- Child:
- 45:3d775a932e1d
diff -r e2ed12d17f06 -r 24d45a770a51 PortNames.h
--- a/PortNames.h Fri Oct 26 17:40:46 2012 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-/* mbed Microcontroller Library - PortName
- * Copyright (c) 2010-2011 ARM Limited. All rights reserved.
- */
-
-#ifndef MBED_PORTNAMES_H
-#define MBED_PORTNAMES_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368)
-
-enum PortName {
- Port0 = 0
- , Port1 = 1
- , Port2 = 2
- , Port3 = 3
- , Port4 = 4
-};
-typedef enum PortName PortName;
-
-#elif defined(TARGET_LPC11U24)
-
-enum PortName {
- Port0 = 0
- , Port1 = 1
-};
-typedef enum PortName PortName;
-
-
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-#endif
-
